 | IReadOnlyDictionaryTKey, TValueKeys Property |
Gets an enumerable collection that contains the keys in the read-only dictionary.
Namespace:
EBP.Api.Misc
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxIEnumerable<TKey> Keys { get; }
ReadOnly Property Keys As IEnumerable(Of TKey)
Get
Property Value
Type:
IEnumerableTKey
An enumerable collection that contains the keys in the read-only dictionary.
See Also