[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns a list of value objects for the given key, or null if there are no value objects for this key.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Item ( _
	key As Object _
) As List(Of Object)
C#
public List<Object> this [
	Object key
] { get; }
Visual C++
public:
property List<Object^>^ default[Object^ key] {
	List<Object^>^ get (Object^ key);
}

Parameters

key
System.Object
is the index key value

Return Value

null if key has no associated value objects, or the list of value objects for the key