EnclosureDescriptionCollection Constructor (IEnumerableEnclosureDescription) |
Initializes a new instance.
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 EnclosureDescriptionCollection(
IEnumerable<EnclosureDescription> descriptions
)
Public Sub New (
descriptions As IEnumerable(Of EnclosureDescription)
)
public:
EnclosureDescriptionCollection(
IEnumerable<EnclosureDescription^>^ descriptions
)
new :
descriptions : IEnumerable<EnclosureDescription> -> EnclosureDescriptionCollection
Parameters
- descriptions
- Type: System.Collections.GenericIEnumerableEnclosureDescription
The collection of descriptions to add.
See Also