Exemple #1
0
 public void Enqueue(string o, int?priority = null)
 {
     _list.Lpush(o);
 }