internal readonly struct PortValue| PortValue | Value of a port. |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
| PortCompleted |
State the port is in; if it is an output port and the value is , the port has been completed and can be used in the next node. If it is an input port and the value is , the port has been set by a previous node or has its final default value, and the node can be executed. (if, of course, all other input ports are also set) |
| Value | Assigned value. |