Click or drag to resize

ImpulsiveManeuverInformationEnumerateDependencies 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.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override 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