Click or drag to resize

DependencyEnumeratorEnumerateNonDefinitionalObject Method

Called by the object for each of its dependencies.

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 EnumerateNonDefinitionalObject(
	Object dependency
)

Parameters

dependency
Type: SystemObject
The dependency being enumerated.
See Also