Esempio n. 1
0
 public ulong RootID() => Root == null? 0 : Crc64.Compute(Root);
Esempio n. 2
0
 public NetIDHolder(ILoader loader)
 {
     _netIDToFile = loader.AllPossibleRoots.ToDictionary(x => Crc64.Compute(x));
 }