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