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.
Removes the element at the specified index of the ThreadSafeCollection<T>.
Syntax
public void RemoveAt (
int index
)
Parameters
- index
Type: Int32
The zero-based index of the element to remove.
This method raises the following exceptions:
Exception | Raised By |
System.ArgumentOutOfRangeException | Index is less than 0.-or-index is equal to or greater than ThreadSafeCollection<T>.Count. |
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