RouteValueDictionary.IDictionary<String,Object>.Keys 속성

정의

이 멤버에 대한 설명은 Keys를 참조하세요.

property System::Collections::Generic::ICollection<System::String ^> ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Object>.Keys { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Keys : System.Collections.Generic.ICollection<string>
 ReadOnly Property Keys As ICollection(Of String) Implements IDictionary(Of String, Object).Keys

속성 값

ICollection<String>

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

구현

적용 대상

추가 정보