mustache.TagDefinition.TagDefinition C# (CSharp) Méthode

TagDefinition() protected méthode

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.
Résultat System
        protected TagDefinition(string tagName)
            : this(tagName, false)
        {
        }

Same methods

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