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>的 对象的值。

实现

适用于