Click or drag to resize

RankedBagTICollectionCopyTo Method

Copies the bag to a compatible array, starting at the supplied array index.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
void ICollection.CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
A one-dimensional array that is the destination of the copy.
index
Type: SystemInt32
The zero-based starting position in array.

Implements

ICollectionCopyTo(Array, Int32)
See Also