ViewDataDictionary.Values プロパティ

定義

このディクショナリ内の値が格納されているコレクションを取得します。

public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

プロパティ値

を実装 IDictionary<TKey,TValue>する オブジェクトの値を格納するコレクション。

実装

適用対象