다음을 통해 공유


ValueProviderDictionary.Keys 속성

정의

instance 키가 IDictionary<TKey,TValue> 포함된 컬렉션을 가져옵니다.

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

속성 값

인터페이스를 구현하는 개체의 키를 포함하는 컬렉션입니다 IDictionary<TKey,TValue> .

구현

적용 대상