다음을 통해 공유


RouteValueDictionary.Keys 속성

정의

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

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^>::KeyCollection ^ Keys { System::Collections::Generic::Dictionary<System::String ^, System::Object ^>::KeyCollection ^ get(); };
public System.Collections.Generic.Dictionary<string,object>.KeyCollection Keys { get; }
member this.Keys : System.Collections.Generic.Dictionary<string, obj>.KeyCollection
Public ReadOnly Property Keys As Dictionary(Of String, Object).KeyCollection

속성 값

System.Collections.Generic.Dictionary<System.String,System.Object>.KeyCollection

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

적용 대상

추가 정보