Method | Description | |
---|---|---|
InsertStringIntoAFileAtASpecificLineOfAFile ( string aTextFilePath, string aLinesToInsert, int aAtLine ) : void | ||
generateCodeToHandleTheSpeechRecognitionEngineResults ( RadTreeView treeView ) : string |
Method | Description | |
---|---|---|
GeneratingTheCode ( RadTreeNode node, int level, string generatedCode ) : string | ||
ShiftNTabsInTheConsole ( int n ) : string |
public static InsertStringIntoAFileAtASpecificLineOfAFile ( string aTextFilePath, string aLinesToInsert, int aAtLine ) : void | ||
aTextFilePath | string | |
aLinesToInsert | string | |
aAtLine | int | |
return | void |
public static generateCodeToHandleTheSpeechRecognitionEngineResults ( RadTreeView treeView ) : string | ||
treeView | RadTreeView | |
return | string |