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

Synchronized() public static method

public static Synchronized ( System list ) : System.Collections.SortedList
list System
return System.Collections.SortedList
        public static System.Collections.SortedList Synchronized(System.Collections.SortedList list) { throw null; }
        System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }

Same methods

SortedList::Synchronized ( SortedList list ) : SortedList