'宣言 Public Class C1CollectionView(Of T As Class) Inherits C1.CollectionView.C1WrapCollectionView(Of Object) Implements C1.CollectionView.ICollectionView(Of Object), ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting
public class C1CollectionView<T> : C1.CollectionView.C1WrapCollectionView<object>, C1.CollectionView.ICollectionView<object>, ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting where T: class