BaconBuilder.Model.Parser.Parser C# (CSharp) 메소드

Parser() 공개 메소드

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