[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 K) |
C# |
---|
public ICollection<K> Keys { get; } |
Visual C++ |
---|
public: virtual property ICollection<K>^ Keys { ICollection<K>^ get () sealed; } |