Click or drag to resize

EventVertexIterable Class

A sequence of vertices that applies the list of listeners into each vertex.
Inheritance Hierarchy
SystemObject
  Frontenac.Blueprints.Util.Wrappers.EventEventVertexIterable

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

The EventVertexIterable type exposes the following members.

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