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