EnclosureDescriptionCollection Constructor (IEnumerable<EnclosureDescription>) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic 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.Generic.IEnumerable<EnclosureDescription>
The collection of descriptions to add.
See Also