Table of Contents

Method GetSlot

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

GetSlot(int)

Finds a public slot field whose slot id matches the requested value.

public virtual ISlot GetSlot(int id)

Parameters

id int

Per-node slot identifier.

Returns

ISlot

The matching slot, or null if this node does not expose it.