Share via


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>입니다.

설명

반환된 instance 변경할 수 없으며 항상 비어 있습니다.

적용 대상