1 override of Peek
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
391public override object? Peek()
1 reference to Peek
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
395return _q.Peek();