A Sandcastle Documented Class Library |
HtmlNodeCollection..::..Remove Method (Int32) |
HtmlNodeCollection Class See Also Send Feedback |
Remove node at index
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public bool Remove( int index ) |
Visual Basic |
---|
Public Function Remove ( _ index As Integer _ ) As Boolean |
Visual C++ |
---|
public: bool Remove( int index ) |
Parameters
- index
- Type: System..::..Int32
[Missing <param name="index"/> documentation for "M:HtmlAgilityPack.HtmlNodeCollection.Remove(System.Int32)"]