Compartir a través de


ListDictionary<TKey,TValue>.Values Property

Definition

public:
 property System::Collections::Generic::List<TValue> ^ Values { System::Collections::Generic::List<TValue> ^ get(); };
public System.Collections.Generic.List<TValue> Values { get; }
member this.Values : System.Collections.Generic.List<'Value>
Public ReadOnly Property Values As List(Of TValue)

Property Value

List<TValue>

Applies to