APRlib

SupportClass.CollectionsManager.SynchronizedSortedMap Method 

Creates and returns a read-only System.Collections.SortedList.

public static SortedList SynchronizedSortedMap(
   SortedList SortedMap
);

Parameters

SortedMap
System.Collections.SortedList with which a new System.Collections.SortedList will be created.

Return Value

Returns a sortedlist wrapper that is synchronized (thread-safe).

See Also

SupportClass.CollectionsManager Class | (global) Namespace