Click or drag to resize

WrappedQuery Constructor

Initializes a new instance of the WrappedQuery class

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

Parameters

query
Type: Frontenac.BlueprintsIQuery

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

edgesSelector
Type: SystemFuncIQuery, IEnumerableIEdge

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

verticesSelector
Type: SystemFuncIQuery, IEnumerableIVertex

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

See Also