Click or drag to resize

TimeIntervalCollection.CopyTo Method

Copies the intervals in this collection to an array.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public void CopyTo(
	TimeInterval[] array,
	int arrayIndex
)

Parameters

array
Type:AGI.Foundation.Time.TimeInterval[]
The destination array.
arrayIndex
Type: System.Int32
The index at which to begin copying.

Implements

ICollection<T>.CopyTo(T[], Int32)
See Also