ReadOnlyDictionary<TKey,TValue>.Empty Egenskap

Definition

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)

Egenskapsvärde

En tom ReadOnlyDictionary<TKey,TValue>.

Kommentarer

Den returnerade instansen är oföränderlig och kommer alltid att vara tom.

Gäller för