EnumDescriptor.Values Property

Definition

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<int, System::String ^>> ^ Values { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<int, System::String ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,string>> Values { get; }
member this.Values : seq<System.Collections.Generic.KeyValuePair<int, string>>
Public ReadOnly Property Values As IEnumerable(Of KeyValuePair(Of Integer, String))

Property Value

Applies to