IReadOnlyDictionary<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>

읽기 전용 사전의 키를 포함하는 열거 가능한 컬렉션입니다.

설명

열거 가능한 컬렉션에 있는 키의 순서는 지정 되지 않습니다 하지만 구현에서 키가 속성에 의해 Values 반환 되는 열거 가능한 컬렉션의 해당 값과 동일한 순서로 보장 해야 합니다.

적용 대상