← Back to carmenta.com
Carmenta Engine SDK Documentation
×

PlotIdCollection.CopyTo Method

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Thread safety: This method is thread-safe.

CopyTo(T\[\] array, System.Int32 arrayIndex)

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Syntax

C#
public void CopyTo (
	PlotId[] array,
	System::Int32 arrayIndex
)

Parameters

array
Type: T[]
The one-dimensional array that is the destination of the elements copied from the collection.
arrayIndex
Type: System.Int32
The zero-based index in array at which copying begins.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept