ValueProviderDictionary.Values プロパティ

定義

オブジェクト内の値を含むコレクションを IDictionary<TKey,TValue> 取得します。

public System.Collections.Generic.ICollection<System.Web.Mvc.ValueProviderResult> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Web.Mvc.ValueProviderResult>
Public ReadOnly Property Values As ICollection(Of ValueProviderResult)

プロパティ値

インターフェイスを実装する オブジェクト内の値の IDictionary<TKey,TValue> コレクション。

実装

適用対象