DateMotionCollectionT, TDerivativeAddRange Method |
Adds the elements of the specified collection to the end of this collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void AddRange(
DateMotionCollection<T, TDerivative> collection
)
Public Sub AddRange (
collection As DateMotionCollection(Of T, TDerivative)
)
public:
void AddRange(
DateMotionCollection<T, TDerivative>^ collection
)
member AddRange :
collection : DateMotionCollection<'T, 'TDerivative> -> unit
Parameters
- collection
- Type: AGI.FoundationDateMotionCollectionT, TDerivative
The collection whose elements should be added to the end of this collection.
The input collection must have an Order equal to or greater than the
Order of this collection.
Exceptions See Also