ReadOnlyCollection<T>.Empty Właściwość

Definicja

Pobiera pusty ReadOnlyCollection<T>element .

public:
 static property System::Collections::ObjectModel::ReadOnlyCollection<T> ^ Empty { System::Collections::ObjectModel::ReadOnlyCollection<T> ^ get(); };
public static System.Collections.ObjectModel.ReadOnlyCollection<T> Empty { get; }
static member Empty : System.Collections.ObjectModel.ReadOnlyCollection<'T>
Public Shared ReadOnly Property Empty As ReadOnlyCollection(Of T)

Wartość właściwości

ReadOnlyCollection<T>Pusty element .

Uwagi

Zwrócone wystąpienie jest niezmienne i zawsze będzie puste.

Dotyczy