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)

プロパティ値

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

実装

適用対象