예제 #1
0
 public override string Evaluate(Context context)
 {
     using (StreamReader reader = new StreamReader(Path.GetFullPath(ParseUtilites.GetPathForIncludeParse(PathToFile))))
     {
         return(reader.ReadToEnd());
     }
 }
예제 #2
0
        public override string Evaluate(Context context)
        {
            string path = ParseUtilites.GetPathForIncludeParse(FilePath);

            return(MacroEngine.Merge(path, new Context()));
        }