ImmutableDictionary<TKey,TValue>.Builder.IDictionary<TKey,TValue>.Keys 속성

정의

제네릭 사전의 키를 포함하는 컬렉션을 가져옵니다.

property System::Collections::Generic::ICollection<TKey> ^ System::Collections::Generic::IDictionary<TKey,TValue>::Keys { System::Collections::Generic::ICollection<TKey> ^ get(); };
System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get; }
member this.System.Collections.Generic.IDictionary<TKey,TValue>.Keys : System.Collections.Generic.ICollection<'Key>
 ReadOnly Property Keys As ICollection(Of TKey) Implements IDictionary(Of TKey, TValue).Keys

속성 값

ICollection<TKey>

제네릭 사전을 구현하는 개체의 키를 포함하는 컬렉션입니다.

구현

적용 대상