Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Tag(string, IEnumerable<Attribute>, params Node[])

  • Declared in: RT.Xml.Tag

Declaration

public Tag(
    string name,
    IEnumerable<Attribute> attributes,
    params Node[] contents
)

Summary

Represents an XML tag (element).

Parameters

stringname Name of the tag.
IEnumerable<Attribute>attributes Attributes to attach to the tag.
Node[]contents Contents nested within this tag (text or other tags).