ReadOnlyDictionary<TKey,TValue>.Empty Właściwość

Definicja

Pobiera pusty ReadOnlyDictionary<TKey,TValue>element .

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)

Wartość właściwości

ReadOnlyDictionary<TKey,TValue>Pusty element .

Uwagi

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

Dotyczy