[This is preliminary documentation and is subject to change.]
public Thread this[ int index ] { get; set; }
Public Default Property Item ( _ index As Integer _ ) As Thread
public: property Thread^ default[int index] { Thread^ get (int index); void set (int index, Thread^ value); }