mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Removed unnecessary casts
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Microsoft.Iris.RenderAPI
|
||||
public override void GetObjectData(SerializationInfo info, StreamingContext context)
|
||||
{
|
||||
base.GetObjectData(info, context);
|
||||
info.AddValue("m_code", (object)this.m_code);
|
||||
info.AddValue("m_code", m_code);
|
||||
}
|
||||
|
||||
public enum ErrorCode
|
||||
|
||||
Reference in New Issue
Block a user