Example #1
0
 private static long EstimateSize(ObjectToPack ent)
 {
     return(DeltaIndex.EstimateIndexSize(ent.GetWeight()));
 }