 | INumericTypeTChunks Property |
The sorted list of non-overlapping chunks
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
SyntaxList<Chunk<T>> Chunks { get; }
ReadOnly Property Chunks As List(Of Chunk(Of T))
Get
property List<Chunk<T>>^ Chunks {
List<Chunk<T>>^ get ();
}
abstract Chunks : List<Chunk<'T>> with get
Property Value
Type:
ListChunkT
See Also