Class NodeTraits<TNodeData, TSimPorts>
Inheritance
NodeTraits<TNodeData, TSimPorts>
Syntax
public sealed class NodeTraits<TNodeData, TSimPorts> : NodeTraitsBase where TNodeData : struct, INodeData where TSimPorts : struct, ISimulationPortDefinition
Type Parameters
Name |
Description |
TNodeData |
|
TSimPorts |
|
Methods
GetNodeData(NodeHandle)
Returns a reference to a node's instance memory.
Declaration
public TNodeData GetNodeData(NodeHandle handle)
Parameters
Returns
Type |
Description |
TNodeData |
|
Exceptions
Type |
Condition |
ArgumentException |
Thrown if the handle does not refer to a valid node.
|