mustache.TagDefinition.GetParameters C# (CSharp) Method

GetParameters() protected method

Specifies which parameters are passed to the tag.
protected GetParameters ( ) : IEnumerable
return IEnumerable
        protected virtual IEnumerable<TagParameter> GetParameters()
        {
            return new TagParameter[] { };
        }