Click or drag to resize

WrapperVertexQuery Constructor

Initializes a new instance of the WrapperVertexQuery class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public WrapperVertexQuery(
	IVertexQuery query,
	Func<IVertexQuery, IEnumerable<IEdge>> edgesSelector,
	Func<IVertexQuery, IEnumerable<IVertex>> verticesSelector
)

Parameters

query
Type: VelocityGraph.Frontenac.BlueprintsIVertexQuery

[Missing <param name="query"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrapperVertexQuery.#ctor(VelocityGraph.Frontenac.Blueprints.IVertexQuery,System.Func{VelocityGraph.Frontenac.Blueprints.IVertexQuery,System.Collections.Generic.IEnumerable{VelocityGraph.Frontenac.Blueprints.IEdge}},System.Func{VelocityGraph.Frontenac.Blueprints.IVertexQuery,System.Collections.Generic.IEnumerable{VelocityGraph.Frontenac.Blueprints.IVertex}})"]

edgesSelector
Type: SystemFuncIVertexQuery, IEnumerableIEdge

[Missing <param name="edgesSelector"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrapperVertexQuery.#ctor(VelocityGraph.Frontenac.Blueprints.IVertexQuery,System.Func{VelocityGraph.Frontenac.Blueprints.IVertexQuery,System.Collections.Generic.IEnumerable{VelocityGraph.Frontenac.Blueprints.IEdge}},System.Func{VelocityGraph.Frontenac.Blueprints.IVertexQuery,System.Collections.Generic.IEnumerable{VelocityGraph.Frontenac.Blueprints.IVertex}})"]

verticesSelector
Type: SystemFuncIVertexQuery, IEnumerableIVertex

[Missing <param name="verticesSelector"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrapperVertexQuery.#ctor(VelocityGraph.Frontenac.Blueprints.IVertexQuery,System.Func{VelocityGraph.Frontenac.Blueprints.IVertexQuery,System.Collections.Generic.IEnumerable{VelocityGraph.Frontenac.Blueprints.IEdge}},System.Func{VelocityGraph.Frontenac.Blueprints.IVertexQuery,System.Collections.Generic.IEnumerable{VelocityGraph.Frontenac.Blueprints.IVertex}})"]

See Also