Exemplo n.º 1
0
 public override Func <IExtractContext, string[]> Apply(DecodeContext decodeContext)
 {
     return(StlocConverterUtilities.Apply(3, decodeContext));
 }
Exemplo n.º 2
0
 public override Func <IExtractContext, string[]> Apply(
     VariableReference operand, DecodeContext decodeContext)
 {
     return(StlocConverterUtilities.Apply(operand, decodeContext));
 }