System.Collections.Queue.Synchronized C# (CSharp) Method

Synchronized() public static method

public static Synchronized ( System queue ) : System.Collections.Queue
queue System
return System.Collections.Queue
        public static System.Collections.Queue Synchronized(System.Collections.Queue queue) { throw null; }
        public virtual object[] ToArray() { throw null; }

Same methods

Queue::Synchronized ( Queue queue ) : Queue