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