Constructor PortTypeInt
PortTypeInt(int)
Initializes a new instance of the PortTypeInt class.
Declaration
public PortTypeInt(int defaultValue = 0)
Parameters
Type | Name | Description |
---|---|---|
int | defaultValue | The default value. |
PortTypeInt(PortType<int>)
Initializes a new instance of the PortTypeInt class.
Declaration
public PortTypeInt(PortType<int> p)
Parameters
Type | Name | Description |
---|---|---|
PortType<int> | p | The p. |