Method RangeAll
RangeAll()
Create a directed collection with the same items as this collection.
Declaration
public IDirectedCollectionValue<T> RangeAll()
Returns
Type | Description |
---|---|
IDirectedCollectionValue<T> | The result directed collection. |