Range.All Property

Definition

Gets a Range object that starts from the first element to the end.

public:
 static property Range All { Range get(); };
public static Range All { get; }
static member All : Range
Public Shared ReadOnly Property All As Range

Property Value

A range from the start to the end.

Applies to