Exemple #1
0
 /// <summary> Constructs an empty WaitAndContinueList </summary>
 public WaitAndContinueList()
 {
     _list = new Node.LList();
 }
 /// <summary> Constructs an empty WaitAndContinueList </summary>
 public WaitAndContinueList()
 {
     _list = new Node.LList();
 }