コード例 #1
0
ファイル: ParserTests.cs プロジェクト: dotnet-ad/hml
 public void Destroy()
 {
     this.parser = null;
 }
コード例 #2
0
ファイル: ParserTests.cs プロジェクト: dotnet-ad/hml
 public void Initialize()
 {
     this.parser = new HmlParser();
 }