Constructor PortTypeBool
PortTypeBool(bool)
Initializes a new instance of the PortTypeBool class.
Declaration
public PortTypeBool(bool defaultValue = false)
Parameters
Type | Name | Description |
---|---|---|
bool | defaultValue | if set to |
PortTypeBool(PortType<bool>)
Initializes a new instance of the PortTypeBool class.
Declaration
public PortTypeBool(PortType<bool> p)
Parameters
Type | Name | Description |
---|---|---|
PortType<bool> | p | The p. |