コード例 #1
0
ファイル: Patch.cs プロジェクト: reedy/AutoWikiBrowser
 internal Patch(Hunk[] hunks)
 {
     this.hunks = hunks;
 }