EnclosureDescriptionCollection Constructor (IEnumerable<EnclosureDescription>) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.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