Class PortTypeString
Class PortTypeString. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class PortTypeString : PortType<string>
Constructors
PortTypeString()
Initializes a new instance of the PortTypeString class.
Declaration
public PortTypeString()
PortTypeString(PortType<String>)
Initializes a new instance of the PortTypeString class.
Declaration
public PortTypeString(PortType<string> p)
Parameters
| Type | Name | Description |
|---|---|---|
| PortType<String> | p | The p. |
PortTypeString(String)
Initializes a new instance of the PortTypeString class.
Declaration
public PortTypeString(string defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| String | defaultValue | The default value. |
See Also
PortType<T>