ArraySegment<T>.Empty Vlastnost

Definice

Představuje prázdný segment pole. Toto pole je jen ke čtení.

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)

Hodnota vlastnosti

Segment pole typu T obsahující nula prvků.

Platí pro