DateMotionCollection<T>.AddRange 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> collection
)
Public Sub AddRange (
collection As DateMotionCollection(Of T)
)
public:
void AddRange(
DateMotionCollection<T>^ collection
)
member AddRange :
collection : DateMotionCollection<'T> -> unit
Parameters
- collection
- Type: AGI.Foundation.DateMotionCollection<T>
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