Click or drag to resize

EventVertexIterable Constructor

Initializes a new instance of the EventVertexIterable class

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

Parameters

iterable
Type: System.Collections.GenericIEnumerableIVertex

[Missing <param name="iterable"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Event.EventVertexIterable.#ctor(System.Collections.Generic.IEnumerable{Frontenac.Blueprints.IVertex},Frontenac.Blueprints.Util.Wrappers.Event.EventGraph)"]

eventGraph
Type: Frontenac.Blueprints.Util.Wrappers.EventEventGraph

[Missing <param name="eventGraph"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Event.EventVertexIterable.#ctor(System.Collections.Generic.IEnumerable{Frontenac.Blueprints.IVertex},Frontenac.Blueprints.Util.Wrappers.Event.EventGraph)"]

See Also