コード例 #1
0
 public HashTree() : base(new FNVHash())
 {
     _key  = default(U);
     _hash = this;
 }