[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns the key object at the specified position.
Namespace: net.esper.collection
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Item ( _
index As Integer _
) As T |
C# |
---|
public T this [
int index
] { get; } |
Visual C++ |
---|
public:
property T default[int index] {
T get (int index);
} |
Parameters
- index
- System.Int32
is the array position
Return Value
key object at position