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