ThreadSafeCollection Generic Class
IList implementation with locking on all operations.
Syntax
public sealed class ThreadSafeCollection<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Requirements
Namespace: Microsoft.Kinect.Toolkit
Assembly: Microsoft.Kinect.Toolkit (in microsoft.kinect.toolkit.dll)
See Also
Reference
ThreadSafeCollection Members
Microsoft.Kinect.Toolkit Namespace