ConcurrentContainerTKey, TValueValues - свойство
Gets an enumerable collection that contains the values in the read-only dictionary.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public IEnumerable<TValue> Values { get; }
Public ReadOnly Property Values As IEnumerable(Of TValue)
Get
public:
virtual property IEnumerable<TValue>^ Values {
IEnumerable<TValue>^ get () sealed;
}
abstract Values : IEnumerable<'TValue> with get
override Values : IEnumerable<'TValue> with get
IEnumerableTValueAn enumerable collection that contains the values in the read-only dictionary.
IReadOnlyDictionaryTKey, TValueValues