Table of Contents

Constructor SlotRef

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

SlotRef(string, int)

Creates a slot reference from a node id and slot id pair.

public SlotRef(string nodeId, int slotId)

Parameters

nodeId string

Identifier of the node that owns the slot.

slotId int

Identifier of the slot within that node.