Example of using the Adapter Pattern in C#. More...
Public Member Functions | |
void | Run () |
Executes the example for the Adapter Pattern in C#. | |
Example of using the Adapter Pattern in C#.
This example adapts functions that:
The DataReaderWriter class translates the 32-bit chunk access into arrays of bytes. The DataReaderWriter class also provides human-readable messages for error codes.
Definition at line 22 of file Adapter_Exercise.cs.
|
inline |
Executes the example for the Adapter Pattern in C#.
Definition at line 28 of file Adapter_Exercise.cs.
Referenced by Program.Run().