Click or drag to resize

DependencyEnumeratorEnumerateT Method

Called by the object for each of its dependencies.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Enumerate<T>(
	T dependency
)
where T : ICloneWithContext, IFreezable, IEquatableDefinition, IEnumerateDependencies

Parameters

dependency
Type: T
The dependency being enumerated.

Type Parameters

T
The type of the dependency being enumerated.
See Also