Click or drag to resize

DependencyEnumerator.EnumerateNonDefinitionalObject Method

Called by the object for each of its dependencies.

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

Parameters

dependency
Type: System.Object
The dependency being enumerated.
See Also