Beispiel #1
0
 public PathHash(int index, string path)
 {
     Index = index;
     Hash  = SFUtil.FromPathHash(path);
 }