Click or drag to resize

EventEdgeIterable Constructor

Initializes a new instance of the EventEdgeIterable class

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

Parameters

iterable
Type: System.Collections.GenericIEnumerableIEdge

[Missing <param name="iterable"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Event.EventEdgeIterable.#ctor(System.Collections.Generic.IEnumerable{Frontenac.Blueprints.IEdge},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.EventEdgeIterable.#ctor(System.Collections.Generic.IEnumerable{Frontenac.Blueprints.IEdge},Frontenac.Blueprints.Util.Wrappers.Event.EventGraph)"]

See Also