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

Removes the IList < (Of < ( <' T > ) > ) > item 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 
RemoveAt(
	
int 
index
)
Public 
Sub 
RemoveAt ( _
	
index 
As 
Integer _
)
public:
virtual 
void 
RemoveAt(
	
int 
index
) 
sealed

Parameters

index
Int32
The zero-based index of the item to remove.

Implements

IList < (Of < ( <' T > ) > ) > . . :: . . RemoveAt(Int32)

Exceptions

See Also