Click or drag to resize

TimeIntervalCollectionTCopyTo 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.1.418.0 (24.1.418.0)
Syntax
public void CopyTo(
	TimeInterval<T>[] array,
	int arrayIndex
)

Parameters

array
Type: AGI.Foundation.TimeTimeIntervalT
The destination array.
arrayIndex
Type: SystemInt32
The index at which to begin copying.

Implements

ICollectionTCopyTo(T, Int32)
See Also