Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection.Synchronized Method 

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

public static CustomAttributeCollection Synchronized(
   CustomAttributeCollection list
);

Return Value

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

See Also

CustomAttributeCollection Class | DDW.CSharp.Dom Namespace