예제 #1
0
 /// <summary>
 /// Nexts this instance.
 /// </summary>
 /// <returns>The next value</returns>
 public T Next()
 {
     return(NotificationQueue.Take());
 }