Click or drag to resize

ICloseableIterableT Interface

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

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

Type Parameters

T

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

See Also