ReadOnlyDictionary<TKey,TValue>.Empty Eigenschap

Definitie

Hiermee haalt u een lege ReadOnlyDictionary<TKey,TValue>.

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)

Waarde van eigenschap

Een lege ReadOnlyDictionary<TKey,TValue>.

Opmerkingen

Het geretourneerde exemplaar is onveranderbaar en is altijd leeg.

Van toepassing op