Class PortTypeBool
Class PortTypeBool. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class PortTypeBool : PortType<bool>
Constructors
PortTypeBool(PortType<Boolean>)
Initializes a new instance of the PortTypeBool class.
Declaration
public PortTypeBool(PortType<bool> p)
Parameters
| Type | Name | Description |
|---|---|---|
| PortType<Boolean> | p | The p. |
PortTypeBool(Boolean)
Initializes a new instance of the PortTypeBool class.
Declaration
public PortTypeBool(bool defaultValue = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | defaultValue | if set to |
See Also
PortType<T>