コード例 #1
0
 public NHamlParser(string input)
 {
     codeMapper = new CodeMappingBuilder(input);
     openedBraces = new Stack<int>();
 }
コード例 #2
0
 public NHamlParser(string input)
 {
     codeMapper   = new CodeMappingBuilder(input);
     openedBraces = new Stack <int>();
 }