ILSpy icon indicating copy to clipboard operation
ILSpy copied to clipboard

Readonly property in xaml

Open CreateAndInject opened this issue 3 years ago • 0 comments

<ObjectDataProvider x:Key="DBEnumKey" MethodName="GetValues" ObjectType="{x:Type core:Enum}" MethodParameters="{x:Type TypeName=local:DBEnum}" />

MethodParameters is readonly, and cannot be assigned

CreateAndInject avatar Aug 30 '22 15:08 CreateAndInject