Goblin - A Platform for 3D AR and VR Applications

StatementCollection.Synchronized Method 

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

public static StatementCollection Synchronized(
   StatementCollection list
);

Return Value

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

See Also

StatementCollection Class | DDW.CSharp.Dom Namespace