mustache.TagDefinition.GetChildTags C# (CSharp) Method

GetChildTags() protected method

Specifies which tags are scoped under the current tag.
protected GetChildTags ( ) : IEnumerable
return IEnumerable
        protected virtual IEnumerable<string> GetChildTags()
        {
            return new string[] { };
        }