TempDataDictionary.Values 属性

定义

获取包含 ICollection<T> 对象中的 IDictionary<TKey,TValue> 值的 对象。

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>元素的值。

实现

适用于