Persistate API documentation
CopyTo Method (array, index)
NamespacesPersistate.UtilSet<(Of <(<'T>)>)>CopyTo(array<T>[]()[][], Int32)

[This is preliminary documentation and is subject to change.]

Copies the contents of the set to an Array.
Declaration Syntax
C#
public void CopyTo(
	T[] array,
	int index
)
Parameters
array (array<T>[]()[][])
The array to copy to.
index (Int32)
The index in the array to start copying at.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)