'Declaration
Public MustInherit Class C1WrapDataCollection (Of S As Class, T As Class) Inherits C1DataCollectionBase(Of T) Implements IDataCollection(Of T), ISupportAsyncLoading(Of T), ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting, ISupportSource
public abstract class C1WrapDataCollection<S,T> : C1DataCollectionBase<T>, IDataCollection<T>, ISupportAsyncLoading<T>, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting, ISupportSource where S: class where T: class