ReadOnlyDictionary<TKey,TValue>.Empty Vlastnost

Definice

Získá prázdnou ReadOnlyDictionary<TKey,TValue>hodnotu .

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)

Hodnota vlastnosti

Prázdný ReadOnlyDictionary<TKey,TValue>objekt .

Poznámky

Vrácená instance je neměnná a bude vždy prázdná.

Platí pro