mustache.TagDefinition.GetIsContextSensitive C# (CSharp) Method

GetIsContextSensitive() protected method

Gets whether a tag is limited to the parent tag's context.
protected GetIsContextSensitive ( ) : bool
return bool
        protected virtual bool GetIsContextSensitive()
        {
            return false;
        }