コード例 #1
0
 public override Expression Reduce()
 {
     return(Operation.AccessSet(Type, Container, Constant(Arguments), Convert(Value, typeof(object)),
                                Constant(ExtraNodeType), Constant(Scope)));
 }