다음을 통해 공유


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> .

구현

적용 대상