ReadOnlyDictionary<TKey,TValue>.Empty プロパティ

定義

空の 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)

プロパティ値

空の ReadOnlyDictionary<TKey,TValue>

注釈

返されるインスタンスは不変であり、常に空になります。

適用対象