Skip to main content
A newer version of this page is available. .

ChunkList<T> Constructors

The collection type that is designed to improve performance when handling a large and frequently updated data source.
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