ConcurrentDictionary<TKey,TValue>.IDictionary.Values Proprietà
Definizione
Ottiene un oggetto ICollection contenente i valori di IDictionary.Gets an ICollection that contains the values in the IDictionary.
property System::Collections::ICollection ^ System::Collections::IDictionary::Values { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Values { get; }
ReadOnly Property Values As ICollection Implements IDictionary.Values
Valore della proprietà
Interfaccia che contiene i valori in IDictionary.An interface that contains the values in the IDictionary.