TimeIntervalCollection<T>.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: 25.1.421.0 (25.1.421.0)
Syntaxpublic void CopyTo(
TimeInterval<T>[] array,
int arrayIndex
)
Public Sub CopyTo (
array As TimeInterval(Of T)(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<TimeInterval<T>^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : TimeInterval<'T>[] *
arrayIndex : int -> unit
override CopyTo :
array : TimeInterval<'T>[] *
arrayIndex : int -> unit
Parameters
- array
- Type:AGI.Foundation.Time.TimeInterval<T>[]
The destination array. - arrayIndex
- Type: System.Int32
The index at which to begin copying.
Implements
ICollection<T>.CopyTo(T[], Int32)
See Also