示例#1
0
 public override Func <IExtractContext, string[]> Apply(
     VariableInformation operand, DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Apply(operand.Index, decodeContext, true));
 }
示例#2
0
 public override Func <IExtractContext, string[]> Apply(DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Apply(3, decodeContext, false));
 }