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:
@@ -16,7 +16,7 @@ namespace Microsoft.Iris.Markup
|
||||
public PropertySchema(TypeSchema owner)
|
||||
{
|
||||
this._owner = owner;
|
||||
this.DeclareOwner((object)owner);
|
||||
this.DeclareOwner(owner);
|
||||
}
|
||||
|
||||
public TypeSchema Owner => this._owner;
|
||||
|
||||
Reference in New Issue
Block a user