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: 26.1.424.0 (26.1.424.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