Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Add(object)

  • Declared in: RT.TagSoup.Tag

Declaration

public void Add(
    object content
)

Summary

Adds stuff at the end of the contents of this tag (a string, a tag, a collection of strings or of tags).

Parameters

objectcontent The stuff to add.