Goblin - A Platform for 3D AR and VR Applications

CatchCollection.Synchronized Method 

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

public static CatchCollection Synchronized(
   CatchCollection list
);

Return Value

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

See Also

CatchCollection Class | DDW.CSharp.Dom Namespace