C-CS PortWizard
|
Static Private Member Functions | |
static void | Main (string[] args) |
Definition at line 18 of file Program.cs.
|
staticprivate |
These variables manages the parameters needed for the c to c-sharp transpose process
User command line argument validation condition
Search for the output file argument index
Extraction for filE name is done
Using Streamreader to read the source file
Loop through the source file line by line until it reaches the end of file
This condition detects the main
This condition adds a tab after the main has been detected
This codition will apply the curl brackets if main is found
This will close the file streamer
Definition at line 20 of file Program.cs.