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> 接口的 对象中的值的集合。

实现

适用于