[This is preliminary documentation and is subject to change.]
Gets or sets the item at the specified index.
| C# | Visual Basic | Visual C++ |
public ScpScuRoleSelection this[ int index ] { get; set; }
Public Default Property Item ( _ index As Integer _ ) As ScpScuRoleSelection
public: property ScpScuRoleSelection^ default[int index] { ScpScuRoleSelection^ get (int index); void set (int index, ScpScuRoleSelection^ value); }
- index (Int32)
The item at the specified index.