Exemplo n.º 1
0
 internal T PeakFirst()
 {
     lock (syncer) {
         return(Queue.PeekFirst());
     }
 }
Exemplo n.º 2
0
 public T PeakFirst()
 {
     lock (syncer) {
         return(Queue.PeekFirst());
     }
 }