Click or drag to resize

EvaluatorHelper.Dispose<T> 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: 25.1.421.0 (25.1.421.0)
Syntax
public static void Dispose<T>(
	IEnumerable<T> evaluators
)
where T : IDisposable

Parameters

evaluators
Type: System.Collections.Generic.IEnumerable<T>
A collection of evaluators.

Type Parameters

T
The type of evaluator in the collection.
See Also