mustache.TagDefinition.TagDefinition C# (CSharp) Method

TagDefinition() protected method

Initializes a new instance of a TagDefinition.
The name of the tag is null or blank.
protected TagDefinition ( string tagName ) : System
tagName string The name of the tag.
return System
        protected TagDefinition(string tagName)
            : this(tagName, false)
        {
        }

Same methods

TagDefinition::TagDefinition ( string tagName, bool isBuiltIn ) : System