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.
The following table(s) list the members exposed by the ThreadSafeCollection type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ThreadSafeCollection | Overloaded. Initializes a new instance of the ThreadSafeCollection class. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of elements actually contained in the ThreadSafeCollection<T> . |
![]() |
IsReadOnly | Gets a value indicating whether the collection is read only. Returns true. |
![]() |
Item | Gets or sets the element at the specified index. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds an object to the end of the ThreadSafeCollection<T> |
![]() |
AddRange | Adds the elements of the specified collection to the end of the ThreadSafeCollection<T>. |
![]() |
Clear | Removes all elements from the ThreadSafeCollection<T>. |
![]() |
Contains | Determines whether an element is in the ThreadSafeCollection< T>. |
![]() |
CopyTo | Overloaded. Copies the entire ThreadSafeCollection<T>. |
![]() |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ThreadSafeCollection<T>. |
![]() |
Insert | Inserts an element into the ThreadSafeCollection<T> at the specified index. |
![]() |
Remove | Removes the first occurrence of a specific object from the ThreadSafeCollection<T> . |
![]() |
RemoveAt | Removes the element at the specified index of the ThreadSafeCollection<T>. |
See Also
Reference
ThreadSafeCollection Generic Class
Microsoft.Kinect.Toolkit Namespace