ConcurrentContainerTKey, TValueKeys - свойство
Gets an enumerable collection that contains the keys in the read-only dictionary.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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