Click or drag to resize

ICloseableIterableT Interface

A CloseableIterable is required where it is necessary to deallocate resources from an IEnumerable.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public interface ICloseableIterable<out T> : IDisposable, 
	IEnumerable<T>, IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Frontenac.Blueprints.ICloseableIterable`1"]

See Also