Click or drag to resize

CentralBodyObstructionConstraint.EnumerateDependencies Method

Enumerates the dependencies of this object by calling Enumerate<T> (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.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override void EnumerateDependencies(
	DependencyEnumerator enumerator
)

Parameters

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

Implements

IEnumerateDependencies.EnumerateDependencies(DependencyEnumerator)
See Also