Removes an element from the collection at the specified index.
Namespace: System.Extensions.IOAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
protected override void RemoveItem(
int index
) |
Visual Basic |
---|
Protected Overrides Sub RemoveItem (
index As Integer
) |
Visual C++ |
---|
protected:
virtual void RemoveItem(
int index
) override |
F# |
---|
abstract RemoveItem :
index : int -> unit
override RemoveItem :
index : int -> unit |
Parameters
- index
- Type: System..::..Int32
[Missing <param name="index"/> documentation for "M:System.Extensions.IO.IniFileSectionCollection.RemoveItem(System.Int32)"]
See Also