ImmutableDictionary<TKey,TValue>.Keys 속성

정의

변경할 수 없는 사전에서 키를 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<TKey> ^ Keys { System::Collections::Generic::IEnumerable<TKey> ^ get(); };
public System.Collections.Generic.IEnumerable<TKey> Keys { get; }
member this.Keys : seq<'Key>
Public ReadOnly Property Keys As IEnumerable(Of TKey)

속성 값

IEnumerable<TKey>

변경할 수 없는 사전의 키입니다.

구현

적용 대상