コード例 #1
0
 public override Expression ResolveTypes(ParserContext context, VariableScope varScope)
 {
     this.ResolvedType = ResolvedType.CreatePrimitive("string", this.FirstToken);
     return(this);
 }