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: 24.1.418.0 (24.1.418.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