'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public ReadOnly Property WriteArgumentsType As Type
'Usage
Dim instance As PointBinding Dim value As Type instance.WriteArgumentsType = value value = instance.WriteArgumentsType
[Browsable(false)] [CanBeNull()] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public Type WriteArgumentsType {get;}
[Browsable(false)] [CanBeNull()] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property Type^ WriteArgumentsType { Type^ get(); }