ReadOnlyDictionary<TKey,TValue>.Empty Proprietà

Definizione

Ottiene un oggetto ReadOnlyDictionary<TKey,TValue> vuoto.

public:
 static property System::Collections::ObjectModel::ReadOnlyDictionary<TKey, TValue> ^ Empty { System::Collections::ObjectModel::ReadOnlyDictionary<TKey, TValue> ^ get(); };
public static System.Collections.ObjectModel.ReadOnlyDictionary<TKey,TValue> Empty { get; }
static member Empty : System.Collections.ObjectModel.ReadOnlyDictionary<'Key, 'Value>
Public Shared ReadOnly Property Empty As ReadOnlyDictionary(Of TKey, TValue)

Valore della proprietà

Oggetto ReadOnlyDictionary<TKey,TValue> vuoto.

Commenti

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

Si applica a