Class PortConverterIntUint
Class PortConverterIntUint. Implements the PortConverter<FirstType, SecondType>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[PortConverter(typeof(int), typeof(uint))]
public class PortConverterIntUint : PortConverter<int, uint>
  Methods
| Name | Description | 
|---|---|
| ConvertFirstToSecond() | Implement to convert from source to target.  | 
      
| ConvertSecondToFirst() | Implement to convert from target to source.  | 
      
See Also
PortConverter<FirstType, SecondType>