[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property FastKeys As IEnumerator(Of K) |
C# |
---|
public IEnumerator<K> FastKeys { get; } |
Visual C++ |
---|
public: property IEnumerator<K>^ FastKeys { IEnumerator<K>^ get (); } |