ArraySegment<T>.Empty Proprietà

Definizione

Rappresenta il segmento di matrice vuoto. Questo campo è di sola lettura.

public:
 static property ArraySegment<T> Empty { ArraySegment<T> get(); };
public static ArraySegment<T> Empty { get; }
static member Empty : ArraySegment<'T>
Public Shared ReadOnly Property Empty As ArraySegment(Of T)

Valore della proprietà

Segmento di matrice di tipo T contenente zero elementi.

Si applica a