| 名前 | 解説 |
 | CanFilter | Returns whether the collection is able to filter the specified expression. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanGroup | Returns whether the collection is able to group the specified group descriptions. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanInsert | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanInsertRange | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanMove | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanMoveRange | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanRefresh | Determines whether the collection can be refreshed. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanRemove | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanRemoveRange | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanReplace | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanReplaceRange | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CanSort | Returns whether the collection is able to sort the specified sort descriptions. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | ConnectAsync | Connects the collection to the source. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | CreateNewItem | Creates a new item of the collection. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | DisconnectAsync | Disconnects the collection from the source. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | Dispose() | Called to dispose resources. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 |
 | FilterAsync | Filters the data using specified filter expression. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | GetCachedItems | Gets the cached items in the specified range. |
 | GetItemType | Gets the type of the item. C1.DataCollection.C1WrapDataCollection<T>から継承されます。 |
 | GetLoadedItems | オーバーロードされます。 オーバーライドされます。 Returns the items that has be loaded so far. |
 | GroupAsync | オーバーロードされます。 Groups the collection according to the specified group descriptions. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | IndexOf | オーバーライドされます。 Gets the index of the specified item. |
 | InsertAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | InsertRangeAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | LoadAsync | Load the items between the specified indexes. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | LoadMoreItemsAsync | Loads more items asynchronously. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | MoveAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | MoveRangeAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | MoveToPageAsync | Moves to the page . C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | RefreshAsync | Refreshes the collection data. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | RemoveAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | RemoveRangeAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | ReplaceAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | ReplaceRangeAsync | C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |
 | SortAsync | オーバーロードされます。 Sorts the collection according to the specified sort descriptions. C1.DataCollection.C1WrapDataCollection<T,T>から継承されます。 |