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