'Declaration
<NotNullAttribute()> Function GetBindingTypes() As IEnumerable(Of Type)
'Usage
Dim instance As IBindingProvider Dim value As IEnumerable(Of Type) value = instance.GetBindingTypes()
[NotNull()] IEnumerable<Type> GetBindingTypes()
[NotNull()] IEnumerable<Type^>^ GetBindingTypes();
Return Value
Returns the binding types supported.