BaconBuilder.Model.Parser.Parser C# (CSharp) Method

Parser() public method

Constructor for a parser object. Initialises the find / replace dictionary.
public Parser ( ) : System.Collections.Generic
return System.Collections.Generic
        public Parser()
        {
            RegexDict = new Dictionary<string, string>();
        }