| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ConfiguredEndpointCollection Dim index As Integer Dim item As ConfiguredEndpoint instance.Insert(index, item) | |
| C# | |
|---|---|
| public void Insert( int index, ConfiguredEndpoint item ) | |
Parameters
| 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
 
     
     
     
     
    
    