Beispiel #1
0
 public T RemoveFirst() => FirstNode.Delete();
Beispiel #2
0
 T IQueue <T> .Dequeue() => FirstNode.Delete();