Nustache.Core.VariableReference.Source C# (CSharp) Method

Source() public method

public Source ( ) : string
return string
        public override string Source()
        {
            return "{{" + (!Escaped ? "&" : "") + _path + "}}";
        }