コード例 #1
0
ファイル: NuObjContents.cs プロジェクト: Paul1nh0/Singularity
 public NuObjContents(Hasher hasher)
 {
     this._hasher = hasher;
     theCache     = new Dictionary <BuildObject, NuObjValue>();
 }
コード例 #2
0
 public BuildEngine()
 {
     this.pathNormalizer = new PathNormalizer();
     this.hasher         = new Hasher();
 }
コード例 #3
0
ファイル: BuildEngine.cs プロジェクト: jango2015/Ironclad
 public BuildEngine()
 {
     this.pathNormalizer = new PathNormalizer();
     this.hasher = new Hasher();
 }