Implemented interface member:
1 override of Clone
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
343public override object Clone()
1 reference to Clone
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
347return new SynchronizedQueue((Queue)_q.Clone());