Click or drag to resize

EnclosureDescriptionCollectionAddRange Method

Adds an enumerable collection of descriptions to the end of this collection.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddRange(
	IEnumerable<EnclosureDescription> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableEnclosureDescription
The collection of descriptions to add.
See Also