NEsper Class Library
NEsper Class Library
com.espertech.esper.compat.collections
SubList(T) Class
SubList(T) Properties
Count Property
IsReadOnly Property
Item Property
SubList
T
Item Property
Gets or sets the element at the specified index.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
Copy
public
T
this
[
int
index
] {
get
;
set
; }
Parameters
index
Type:
System
Int32
The index.
Return Value
Type:
T
Exceptions
Exception
Condition
NotImplementedException
See Also
Reference
SubList
T
Class
com.espertech.esper.compat.collections Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com