Adds multiple children to this C1HtmlElement.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public void AddRange(
	IEnumerable<C1HtmlNode> children
)
Visual Basic
Public Sub AddRange ( _
	children As IEnumerable(Of C1HtmlNode) _
)

Parameters

children
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'C1HtmlNode>)>)>
The children to add to this C1HtmlElement.

See Also