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