ReadOnlyIndexableGraph Constructor |
Namespace:
Frontenac.Blueprints.Util.Wrappers.ReadOnly
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic ReadOnlyIndexableGraph(
IIndexableGraph baseIndexableGraph
)
Public Sub New (
baseIndexableGraph As IIndexableGraph
)
public:
ReadOnlyIndexableGraph(
IIndexableGraph^ baseIndexableGraph
)
new :
baseIndexableGraph : IIndexableGraph -> ReadOnlyIndexableGraph
Parameters
- baseIndexableGraph
- Type: Frontenac.BlueprintsIIndexableGraph
[Missing <param name="baseIndexableGraph"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyIndexableGraph.#ctor(Frontenac.Blueprints.IIndexableGraph)"]
See Also