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.2.419.0 (24.2.419.0)
Syntax public 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.TimeTimeIntervalT
The destination array. - arrayIndex
- Type: SystemInt32
The index at which to begin copying.
Implements
ICollectionTCopyTo(T, Int32)See Also