Click or drag to resize

DateMotionCollectionTAddRange 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.1.418.0 (24.1.418.0)
Syntax
public void AddRange(
	DateMotionCollection<T> collection
)

Parameters

collection
Type: AGI.FoundationDateMotionCollectionT
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
ExceptionCondition
ArgumentException Thrown when the Order of the parameter collection is lower than the Order of this object.
ArgumentNullException Thrown when collection is .
See Also