コード例 #1
0
 static NativeXCodeParser()
 {
     tokenizer = new NativeXTokenizer();
     CodeNode.Preload(typeof(NativeXUnit).Assembly);
 }