Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Tag _(params Func<object>[])

  • Declared in: RT.TagSoup.Tag

Declaration

public Tag _(
    params Func<object>[] contents
)

Summary

Sets the contents of the tag using lazy evaluation.

Parameters

Func<object>[]contents Contents to set to.

Returns

The same tag.