Example #1
0
 public override ExpressionEmitter Prepare(
     IFieldInformation field, DecodeContext decodeContext)
 {
     return(StfldConverterUtilities.Prepare(field, decodeContext));
 }
Example #2
0
 public override Func <IExtractContext, string[]> Apply(
     IFieldInformation field, DecodeContext decodeContext)
 {
     return(StfldConverterUtilities.Apply(field, decodeContext));
 }