An NDoc Documented Class Library

PathList.Synchronized Method 

Creates a synchronized (thread-safe) wrapper for a PathList instance.

public static PathList Synchronized(
   PathList list
);

Return Value

An PathList wrapper that is synchronized (thread-safe).

See Also

PathList Class | PathList Members | Genghis Namespace