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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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