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