Click or drag to resize

EventEdgeIterable Constructor

Initializes a new instance of the EventEdgeIterable class

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

Parameters

iterable
Type: System.Collections.GenericIEnumerableIEdge

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

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

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

See Also