PersistentDictionaryTKey, TValueKeys Property |
Gets a read-only collection of keys in the dictionary.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ICollection<TKey> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of TKey)
Get
public:
property ICollection<TKey>^ Keys {
ICollection<TKey>^ get ();
}
member Keys : ICollection<'TKey> with get
Property Value
Type:
ICollectionTKeySee Also