SequenceT, TSelfItem(Range) Property

Gets a range from the sequence.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public abstract TSelf this[
	Range range
] { get; }

Parameters

range  Range
A range inside the sequence.

Return Value

TSelf
The sequence for the given range.

See Also