Click or drag to resize

ExtensionCollection Constructor (ExtensibleObject)

Initializes a new instance.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ExtensionCollection(
	ExtensibleObject owner
)

Parameters

owner
Type: AGI.Foundation.InfrastructureExtensibleObject
The ExtensibleObject that owns this collection and the extensions within it.
See Also