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)
Syntaxpublic void CopyTo(
TimeInterval[] array,
int arrayIndex
)
Public Sub CopyTo (
array As TimeInterval(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<TimeInterval^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : TimeInterval[] *
arrayIndex : int -> unit
override CopyTo :
array : TimeInterval[] *
arrayIndex : int -> unit
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