ExtensibleObject Constructor (ExtensionCollection) |
Initializes a new instance using a specific instance to hold extensions.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected ExtensibleObject(
ExtensionCollection extensions
)
Protected Sub New (
extensions As ExtensionCollection
)
protected:
ExtensibleObject(
ExtensionCollection^ extensions
)
new :
extensions : ExtensionCollection -> ExtensibleObject
Parameters
- extensions
- Type: AGI.Foundation.InfrastructureExtensionCollection
The collection instance in which to hold extensions.
See Also