ArraySegment<T>.Empty Property

Definition

Represents the empty array segment. This field is read-only.

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)

Property Value

An array segment of type T containing zero elements.

Applies to