Property Item
Item[Int32, Int32]
Declaration
IDirectedCollectionValue<T> this[int start, int count] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | start | The low index of the interval (inclusive). |
System.Int32 | count | The size of the range. |
Property Value
Type | Description |
---|---|
IDirectedCollectionValue<T> | The directed collection of items in a specific index interval. |