[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Gets an ICollection<(Of T>) containing the keys of the IDictionary<(Of TKey, TValue>).
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Keys As ICollection(Of TKey) |
C# |
---|
public ICollection<TKey> Keys { get; } |
Visual C++ |
---|
public: virtual property ICollection<TKey>^ Keys { ICollection<TKey>^ get () sealed; } |