ExtensionCollection Constructor (ExtensibleObject) |
Initializes a new instance.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ExtensionCollection(
ExtensibleObject owner
)
Public Sub New (
owner As ExtensibleObject
)
public:
ExtensionCollection(
ExtensibleObject^ owner
)
new :
owner : ExtensibleObject -> ExtensionCollection
Parameters
- owner
- Type: AGI.Foundation.InfrastructureExtensibleObject
The ExtensibleObject that owns this collection and the extensions within it.
See Also