Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddRange(IEnumerable<CuteNode>)

Declaration

internal void AddRange(
    IEnumerable<CuteNode> children
)

Summary

Adds the specified child nodes to this tag’s children.

Parameters

IEnumerable<CuteNode>children The child nodes to add.