[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1HtmlElement.AddRange

AddRange Method

AddRange(IEnumerable<C1HtmlNode>)

Adds multiple children to this C1HtmlElement.

Declaration
public void AddRange(IEnumerable<C1HtmlNode> children)
Parameters
Type Name Description
IEnumerable<C1HtmlNode> children

The children to add to this C1HtmlElement.