Persistate API documentation
CopyTo Method (array, index)
NamespacesPersistateIndexedList<(Of <(<'T>)>)>CopyTo(Array, Int32)

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

Copies the contents of the collection to an array.
Declaration Syntax
C#
public void CopyTo(
	Array array,
	int index
)
Parameters
array (Array)
The array which will receive the objects in the collection.
index (Int32)
The starting index at which to copy.

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