Class PortTypeString
Class PortTypeString. Implements the PortType<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class PortTypeString : PortType<string>
Constructors
Name | Description |
---|---|
PortTypeString() | Initializes a new instance of the PortTypeString class. |
PortTypeString(PortType<string>) | Initializes a new instance of the PortTypeString class. |
PortTypeString(string) | Initializes a new instance of the PortTypeString class. |
See Also
PortType<T>