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
)
Public Sub AddRange (
descriptions As IEnumerable(Of EnclosureDescription)
)
public:
void AddRange(
IEnumerable<EnclosureDescription^>^ descriptions
)
member AddRange :
descriptions : IEnumerable<EnclosureDescription> -> unit
Parameters
- descriptions
- Type: System.Collections.GenericIEnumerableEnclosureDescription
The collection of descriptions to add.
See Also