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