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:
@@ -11,7 +11,7 @@ namespace Microsoft.Iris.Markup
|
||||
internal class UIClassPropertySchema : MarkupPropertySchema
|
||||
{
|
||||
public UIClassPropertySchema(UIClassTypeSchema owner, string name, TypeSchema propertyType)
|
||||
: base((MarkupTypeSchema)owner, name, propertyType)
|
||||
: base(owner, name, propertyType)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user