 | CSharpParserDoRenaming Method |
Renames namespaces according renaming instructions.
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntaxpublic void DoRenaming(
string[][] renamingMap,
bool preserveMain
)
Parameters
- renamingMap
- Type: SystemString
Renaming instructions (old_name vs. new_name). - preserveMain
- Type: SystemBoolean
/// If set to 'true' "static...Main" in the imported script is not renamed.
See Also