Index.Start Property

Definition

Gets an Index that points to the first element of a collection.

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

Property Value

An instance that points to the first element of a collection.

Applies to