19 using System.Collections.Generic;
25 namespace CodeGeneration {
31 static readonly
string [] reservedWords = {
"add",
"field" };
38 return Array.BinarySearch(reservedWords, word) == 0;
bool CheckReserved(string word)
Checks wether parameter word is a reserved word
string MakeILComplaint(String word)
Receives a parameter to use en IL. If this parameter is tmpName word in IL it's surrounded by a pair ...