Click or drag to resize

DependencyEnumerator.EnumerateAnyObjectCollection Method

Calls Enumerate<T> (T) for each of the objects in an enumerable list. This is convenient when an object's dependencies are already in a list.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void EnumerateAnyObjectCollection(
	IEnumerable dependencies
)

Parameters

dependencies
Type: System.Collections.IEnumerable
An enumerable list of dependencies.
See Also