Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Tag _(IEnumerable)

  • Declared in: RT.TagSoup.Tag

Declaration

public Tag _(
    IEnumerable contents
)

Summary

Sets the contents of the tag. Any objects are allowed.

Parameters

IEnumerablecontents Contents to set to.

Returns

The same tag.