Removes the list item at the specified index.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Sub 
RemoveAt ( _
	
index 
As 
Integer _
)
Visual Basic (usage)
Dim 
instance 
As 

HeaderCollection
Dim 
index 
As 
Integer

instance.
RemoveAt(
index)
C#
public 
void 
RemoveAt(
	
int 
index
)

Parameters

index
Type: System . . :: . . Int32

See also