'Declaration
Public Function Remove( _ ByVal child As C1HtmlNode _ ) As Boolean
public bool Remove( C1HtmlNode child )
Parameters
- child
- The child to remove from this C1HtmlElement.
Return Value
Returns whether a child was removed.
'Declaration
Public Function Remove( _ ByVal child As C1HtmlNode _ ) As Boolean
public bool Remove( C1HtmlNode child )