Removes an item from the collection.
![](collapse_all.gif)
Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public void RemoveAt(
int index
)
Public Sub RemoveAt ( _
index As Integer _
)
public:
virtual void RemoveAt(
int index
) sealed
![](collapse_all.gif)
Parameters
- index (Int32)
- The index of the item to remove.
Assembly:
Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package) Version: 3.0.0.0 (3.5.1623.0)