[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)
Returns the key value array.
Namespace: net.esper.collection
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Array As T() |
C# |
---|
public T[] Array { get; } |
Visual C++ |
---|
public: property array<T>^ Array { array<T>^ get (); } |