RangeCollection.Item

RangeCollection indexer

Gets the Range element at the specified index.

public Range this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also