ReadOnlyKeyIndexableGraph Constructor |
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public ReadOnlyKeyIndexableGraph(
IKeyIndexableGraph baseGraph
)
Public Sub New (
baseGraph As IKeyIndexableGraph
)
public:
ReadOnlyKeyIndexableGraph(
IKeyIndexableGraph^ baseGraph
)
new :
baseGraph : IKeyIndexableGraph -> ReadOnlyKeyIndexableGraph
Parameters
- baseGraph
- Type: VelocityGraph.Frontenac.BlueprintsIKeyIndexableGraph
[Missing <param name="baseGraph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyKeyIndexableGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IKeyIndexableGraph)"]
See Also