예제 #1
0
 public override ExpressionEmitter Prepare(DecodeContext decodeContext)
 {
     return(ConditionalConverterUtilities.Prepare(
                "==", false, decodeContext));
 }
예제 #2
0
 public override Func <IExtractContext, string[]> Apply(DecodeContext decodeContext)
 {
     return(ConditionalConverterUtilities.Apply(
                ">", true, decodeContext));
 }