Share via


ThreadSafeCollection.Item Property

Gets or sets the element at the specified index.

Syntax

public T this [
         int index
] { get; set; }

Property Value

Type: T
The element at the specified index.

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