Exemplo n.º 1
0
 internal T Peak(int index)
 {
     lock (syncer) {
         return(Queue.Peek(index));
     }
 }
Exemplo n.º 2
0
 public T Peak(int index)
 {
     lock (syncer) {
         return(Queue.Peek(index));
     }
 }