Пример #1
0
        public override Func <IExtractContext, string[]> Apply(
            ParameterReference operand, DecodeContext decodeContext)
        {
            var index = operand.Resolve().Method.HasThis ? (operand.Index + 1) : operand.Index;

            return(LdargConverterUtilities.Apply(index, decodeContext));
        }
Пример #2
0
 public override Func <IExtractContext, string[]> Apply(DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Apply(3, decodeContext));
 }