- index
- The zero-based index of the item to remove.
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- index
- The zero-based index of the item to remove.
| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the Generic IList. |
| NotSupportedException | The Generic IList is read-only. |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code