public override Func <IExtractContext, string[]> Apply( VariableReference operand, DecodeContext decodeContext) { return(LdlocConverterUtilities.Apply(operand, decodeContext, true)); }
public override Func <IExtractContext, string[]> Apply(DecodeContext decodeContext) { return(LdlocConverterUtilities.Apply(3, decodeContext)); }