PropertyDictionary.Values 속성

정의

사전의 값이 포함된 ICollection 개체를 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

속성 값

사전의 값이 포함된 ICollection 개체입니다.

구현

적용 대상