NEsper Class Library
NEsper Class Library
com.espertech.esper.collection
FIFOHashSet(T) Class
FIFOHashSet(T) Methods
Add Method
Clear Method
Contains Method
CopyTo Method
DebugHashDistribution Method
ExceptWith Method
ForEach Method
GetEnumerator Method
IntersectWith Method
IsProperSubsetOf Method
IsProperSupersetOf Method
IsSubsetOf Method
IsSupersetOf Method
Overlaps Method
Remove Method
SetEquals Method
SymmetricExceptWith Method
UnionWith Method
FIFOHashSet
T
CopyTo Method
Copies the elements of the
ICollection
T
to an
Array
, starting at a particular
Array
index.
Namespace:
com.espertech.esper.collection
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
Copy
public
void
CopyTo
( T[]
array
,
int
arrayIndex
)
Parameters
array
Type:
T
The one-dimensional
Array
that is the destination of the elements copied from
ICollection
T
. The
Array
must have zero-based indexing.
arrayIndex
Type:
System
Int32
The zero-based index in
array
at which copying begins.
Exceptions
Exception
Condition
InvalidOperationException
Collection modified
See Also
Reference
FIFOHashSet
T
Class
com.espertech.esper.collection Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com