Click or drag to resize

EvaluatorHelperDisposeT Method

A helper method to use to dispose of a collection of evaluators. Null evaluators will be ignored.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static void Dispose<T>(
	IEnumerable<T> evaluators
)
where T : IDisposable

Parameters

evaluators
Type: System.Collections.GenericIEnumerableT
A collection of evaluators.

Type Parameters

T
The type of evaluator in the collection.
See Also