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>

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

実装

適用対象

こちらもご覧ください