'Declaration
<NotNullAttribute()> Public ReadOnly Property BindingTypes As IEnumerable(Of Type)
'Usage
Dim instance As BindingExtender Dim value As IEnumerable(Of Type) value = instance.BindingTypes
[NotNull()] public IEnumerable<Type> BindingTypes {get;}
[NotNull()] public: property IEnumerable<Type^>^ BindingTypes { IEnumerable<Type^>^ get(); }