コード例 #1
0
 public IndentationScope(IndentingConsoleWriter writer, int amount)
 {
     this._writer = writer;
     this._amount = amount;
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: yeaicc/murmurhash-net
 public IndentationScope(IndentingConsoleWriter writer, int amount)
 {
     Writer = writer;
     Amount = amount;
 }
コード例 #3
0
 public IndentationScope(IndentingConsoleWriter writer, int amount)
 {
     this._writer = writer;
     this._amount = amount;
 }
コード例 #4
0
ファイル: Program.cs プロジェクト: jmfn/murmurhash-net
 public IndentationScope(IndentingConsoleWriter writer, int amount)
 {
     Writer = writer;
     Amount = amount;
 }