ReadOnlyDictionary<TKey,TValue>.Empty Eigenschaft

Definition

Ruft eine leere ReadOnlyDictionary<TKey,TValue> ab.

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)

Eigenschaftswert

Ein leerer ReadOnlyDictionary<TKey,TValue>.

Hinweise

Die zurückgegebene instance ist unveränderlich und ist immer leer.

Gilt für: