Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedSet(T) Class
RankedSet(T) Methods
CopyTo Method
CopyTo Method (T[])
CopyTo Method (T[], Int32)
CopyTo Method (T[], Int32, Int32)
RankedSet
T
CopyTo Method (
T
)
Copies the set to a compatible array, starting at the beginning of the array.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
public
void
CopyTo
( T[]
array
)
Parameters
array
Type:
T
A one-dimensional array that is the destination of the copy.
Exceptions
Exception
Condition
ArgumentNullException
When
array
is
null
.
ArgumentException
When not enough space is available for the copy.
Remarks
This is a O(
n
) operation.
See Also
Reference
RankedSet
T
Class
CopyTo Overload
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)