Exemple #1
0
 public TimerQueue()
 {
     list = TimerQueueNode.CreateSentinal();
 }