Constructor PortTypeEnum
PortTypeEnum(object)
Initializes a new instance of the PortTypeEnum class.
Declaration
public PortTypeEnum(object enumDefaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| object | enumDefaultValue | The enum default value. |
PortTypeEnum(PortType<Enum>)
Initializes a new instance of the PortTypeEnum class.
Declaration
public PortTypeEnum(PortType<Enum> p)
Parameters
| Type | Name | Description |
|---|---|---|
| PortType<Enum> | p | The p. |