'宣言 Public MustInherit Class C1CursorCollectionView (Of T As Class, K) Inherits C1CollectionViewBase(Of T) Implements ICollectionView(Of T), ISupportCurrency, ISupportFiltering, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting
public abstract class C1CursorCollectionView<T,K> : C1CollectionViewBase<T>, ICollectionView<T>, ISupportCurrency, ISupportFiltering, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting where T: class