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

ディクショナリのキーが格納されているコレクション。

適用対象

こちらもご覧ください