'Declaration Public Function New( _ ByVal dataCollection As IDataCollection(Of T), _ Optional ByVal binding As String _ )
public C1ListAdapter<T>( IDataCollection<T> dataCollection, string binding )
Parameters
- dataCollection
- The data source.
- binding
- The property path of the item type that specifies what property to display as text by default.