Goblin - A Platform for 3D AR and VR Applications

DefinitionCollection.Synchronized Method 

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

public static DefinitionCollection Synchronized(
   DefinitionCollection list
);

Return Value

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

See Also

DefinitionCollection Class | DDW.CSharp.SymbolTable Namespace