ChunkList<T> Constructors
A collection that improves performance in applications where you handle large and frequent data source updates.| Name | Parameters | Description |
|---|---|---|
| ChunkList(Int32, Boolean, Boolean) | chunkSize, supportPropertyChanged, useChunksCache | Initializes a new instance of the ChunkList<T> class. |
| ChunkList(Int32, Boolean) | capacity, useChunksCache | Initializes a new instance of the ChunkList<T> class. |
See Also