Click or drag to resize

WrappedQuery Constructor

Initializes a new instance of the WrappedQuery class

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

Parameters

query
Type: VelocityGraph.Frontenac.BlueprintsIQuery

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

edgesSelector
Type: SystemFuncIQuery, IEnumerableIEdge

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

verticesSelector
Type: SystemFuncIQuery, IEnumerableIVertex

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

See Also