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