mustache.TagDefinition.ShouldGeneratePrimaryGroup C# (CSharp) Method

ShouldGeneratePrimaryGroup() public method

Gets whether the group with the given name should have text generated for them.
public ShouldGeneratePrimaryGroup ( object>.Dictionary arguments ) : bool
arguments object>.Dictionary The arguments passed to the tag.
return bool
        public virtual bool ShouldGeneratePrimaryGroup(Dictionary<string, object> arguments)
        {
            return true;
        }