ModelBinderDictionary.Keys 속성

정의

사전의 키가 들어 있는 컬렉션을 가져옵니다.

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

속성 값

사전의 키를 포함하는 컬렉션입니다.

구현

적용 대상