Click or drag to resize

EventVertexIterable Constructor

Initializes a new instance of the EventVertexIterable class

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

Parameters

iterable
Type: System.Collections.GenericIEnumerableIVertex

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

See Also