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