Ejemplo n.º 1
0
 /// <summary>
 /// Returns long count of hashqueue.
 /// </summary>
 public long LongCount()
 {
     return(dq.LongCount());
 }