[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Inserts an item to the IList < (Of < ( <' T > ) > ) > at the specified index.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
Insert(
	
int 
index,
	
string 
item
)
Public 
Sub 
Insert ( _
	
index 
As 
Integer, _
	
item 
As 
String _
)
public:
virtual 
void 
Insert(
	
int 
index, 
	
String^ 
item
) 
sealed

Parameters

index
Int32
The zero-based index at which itemshould be inserted.
item
String
The object to insert into the IList < (Of < ( <' T > ) > ) > .

Implements

IList < (Of < ( <' T > ) > ) > . . :: . . Insert(Int32, T)

Exceptions

See Also