ModelBinderDictionary.Keys プロパティ

定義

モデル バインダー ディクショナリ内のキーが格納されているコレクションを取得します。

public System.Collections.Generic.ICollection<Type> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<Type>
Public ReadOnly Property Keys As ICollection(Of Type)

プロパティ値

モデル バインダー ディクショナリ内のキーが格納されているコレクション。

実装

適用対象