Click or drag to resize

MultiIterableTS Class

A helper class that is used to combine multiple iterables into a single closeable IEnumerable.
Inheritance Hierarchy
SystemObject
  Frontenac.Blueprints.UtilMultiIterableTS

Namespace:  Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public class MultiIterable<TS> : ICloseableIterable<TS>, 
	IDisposable, IEnumerable<TS>, IEnumerable

Type Parameters

TS

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

The MultiIterableTS type exposes the following members.

Constructors
  NameDescription
Public methodMultiIterableTS
Initializes a new instance of the MultiIterableTS class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the MultiIterableTS
Public methodGetEnumerator
Top
See Also