| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ConfiguredEndpointCollection Dim index As Integer instance.RemoveAt(index) | |
Parameters
- index
- The zero-based index of the item to remove.
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | index is not a valid index in the IList. |
| System.NotSupportedException | The IList is read-only. |
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x