コード例 #1
0
        internal string CheckOriginalText(string templateName)
        {
            var templateInfo = GetTemplateInfo(templateName);

            return(ASTNode.CheckOriginalText(this, templateInfo.Source));
        }