Removes the specified range of installers from the installer collection.
[Visual Basic] Overridable Public Sub RemoveRange( _ ByVal index As Integer, _ ByVal count As Integer _ ) [C#] public virtual void RemoveRange( int index, int count ); [C++] public: virtual void RemoveRange( int index, int count ); [JScript] public function RemoveRange( index : int, count : int );
InstallerCollection Class | InstallerCollection Members | System.Configuration.Install Namespace | Add | AddRange | Remove | All | Installer | Parent