Inserts an item to the list at the specified position.

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

Syntax

Visual Basic (declaration)
Public 
Sub 
Insert ( _
	
index 
As 
Integer, _
	
h 
As 

Header _
)
Visual Basic (usage)
Dim 
instance 
As 

HeaderCollection
Dim 
index 
As 
Integer
Dim 
h 
As 

Header

instance.
Insert(
index, 
h)
C#
public 
void 
Insert(
	
int 
index,
	

Header 
h
)

See also