NEsper Class Library
NEsper Class Library
com.espertech.esper.compat.collections
SynchronizedCollection(T) Class
SynchronizedCollection(T) Methods
Add Method
AddAll Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
Remove Method
RemoveAll Method
ToArray Method
SynchronizedCollection
T
Add Method
Adds an item to the
ICollection
T
.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
Copy
public
void
Add
( T
item
)
Parameters
item
Type:
T
The object to add to the
ICollection
T
.
Exceptions
Exception
Condition
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
SynchronizedCollection
T
Class
com.espertech.esper.compat.collections Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com