ReadOnlyCollection<T>.Empty Özellik

Tanım

Boş ReadOnlyCollection<T>bir alır.

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)

Özellik Değeri

Boş ReadOnlyCollection<T>bir .

Açıklamalar

Döndürülen örnek sabittir ve her zaman boş olur.

Şunlara uygulanır