Click or drag to resize

ReadOnlyIndex Constructor

Initializes a new instance of the ReadOnlyIndex class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public ReadOnlyIndex(
	ReadOnlyGraph graph,
	IIndex rawIndex
)

Parameters

graph
Type: VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnlyReadOnlyGraph

[Missing <param name="graph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyIndex.#ctor(VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyGraph,VelocityGraph.Frontenac.Blueprints.IIndex)"]

rawIndex
Type: VelocityGraph.Frontenac.BlueprintsIIndex

[Missing <param name="rawIndex"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyIndex.#ctor(VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyGraph,VelocityGraph.Frontenac.Blueprints.IIndex)"]

See Also