示例#1
0
文件: Start.cs 项目: Slesa/Lingua
 public static void Rule(Start result, Expression expression)
 {
     result.Value = expression.Value;
 }