Click or drag to resize

DefinitionalObjectEnumerateDependencies Method

Enumerates the dependencies of this object by calling EnumerateT(T) for each object that this object directly depends upon. Derived classes which contain additional dependencies MUST override this method, call the base implementation, and enumerate dependencies introduced by the derived class.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual void EnumerateDependencies(
	DependencyEnumerator enumerator
)

Parameters

enumerator
Type: AGI.Foundation.InfrastructureDependencyEnumerator
The enumerator that is informed of the dependencies of this object.

Implements

IEnumerateDependenciesEnumerateDependencies(DependencyEnumerator)
See Also