Click or drag to resize

DependencyEnumeratorEnumerateDefinitionalObject Method

Called by the object for each of its dependencies that are DefinitionalObject types.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected abstract void EnumerateDefinitionalObject(
	Object dependency
)

Parameters

dependency
Type: SystemObject
The DefinitionalObject being enumerated.
See Also