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