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