NEsper Class Library
NEsper Class Library
com.espertech.esper.compat.collections
DebugList(T) Class
DebugList(T) Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
ToString Method
DebugList
T
RemoveAt Method
Removes the
IList
T
item 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
void
RemoveAt
(
int
index
)
Parameters
index
Type:
System
Int32
The zero-based index of the item to remove.
Exceptions
Exception
Condition
NotSupportedException
The
IList
T
is read-only.
ArgumentOutOfRangeException
index is not a valid index in the
IList
T
.
See Also
Reference
DebugList
T
Class
com.espertech.esper.compat.collections Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com