'Declaration
<BrowsableAttribute(False)> <ElementsNotNullAttribute()> <NotNullAttribute()> <XmlIgnoreAttribute()> Public ReadOnly Property ArgumentsTypes As ISet(Of Type)
'Usage
Dim instance As PointBinding Dim value As ISet(Of Type) value = instance.ArgumentsTypes
[Browsable(false)] [ElementsNotNull()] [NotNull()] [XmlIgnore()] public ISet<Type> ArgumentsTypes {get;}
[Browsable(false)] [ElementsNotNull()] [NotNull()] [XmlIgnore()] public: property ISet<Type^>^ ArgumentsTypes { ISet<Type^>^ get(); }