示例#1
0
 public override ExpressionEmitter Prepare(
     VariableInformation operand, DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Prepare(operand.Index, decodeContext, false));
 }
示例#2
0
 public override ExpressionEmitter Prepare(DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Prepare(3, decodeContext, false));
 }