Click or drag to resize

DependencyEnumeratorEnumerateAnyObjectCollection Method

Calls EnumerateT(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: 24.1.418.0 (24.1.418.0)
Syntax
public void EnumerateAnyObjectCollection(
	IEnumerable dependencies
)

Parameters

dependencies
Type: System.CollectionsIEnumerable
An enumerable list of dependencies.
See Also