Share via


ThreadSafeCollection.Add Method

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