RemoveAt Method (index)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation RemoveAt Method (index)
Removes an item from the collection.
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
Parameters
index (Int32)
The index of the item to remove.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)