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.2.419.0 (24.2.419.0)
Syntax
public void AddRange(
	IEnumerable<EnclosureDescription> descriptions
)

Parameters

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