ReadOnlyCollection<T>.Empty Proprietà

Definizione

Ottiene un oggetto ReadOnlyCollection<T> vuoto.

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)

Valore della proprietà

Oggetto ReadOnlyCollection<T> vuoto.

Commenti

L'istanza restituita non è modificabile e sarà sempre vuota.

Si applica a