다음을 통해 공유


ExpandoObject.IDictionary<String,Object>.Values 속성

정의

ICollection<T>의 값을 포함하는 IDictionary<TKey,TValue>을 가져옵니다.

property System::Collections::Generic::ICollection<System::Object ^> ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
System.Collections.Generic.ICollection<object> System.Collections.Generic.IDictionary<System.String,System.Object>.Values { get; }
System.Collections.Generic.ICollection<object?> System.Collections.Generic.IDictionary<System.String,System.Object>.Values { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Values : System.Collections.Generic.ICollection<obj>
 ReadOnly Property Values As ICollection(Of Object) Implements IDictionary(Of String, Object).Values

속성 값

ICollection<T>를 구현하는 개체의 값이 들어 있는 IDictionary<TKey,TValue>입니다.

구현

적용 대상