Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an object to the end of the ThreadSafeCollection<T>
Syntax
public void Add (
T item
)
Parameters
- item
Type: T
he object to be added to the end of the ThreadSafeCollection<T>. The value can be null for reference types.
Requirements
Namespace: Microsoft.Kinect.Toolkit
Assembly: Microsoft.Kinect.Toolkit (in microsoft.kinect.toolkit.dll)
See Also
Reference
ThreadSafeCollection Generic Class
ThreadSafeCollection Members
Microsoft.Kinect.Toolkit Namespace