Click or drag to resize

IEnumerateDependencies.EnumerateDependencies Method

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

Parameters

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