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> 作 之 物件的值。

實作

適用於