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