ReadOnlyDictionary<TKey,TValue>.Empty Propiedad

Definición

Obtiene una ReadOnlyDictionary<TKey,TValue> vacía.

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)

Valor de propiedad

Objeto ReadOnlyDictionary<TKey,TValue> vacío.

Comentarios

La instancia devuelta es inmutable y siempre estará vacía.

Se aplica a