Ejemplo n.º 1
0
 public override Func <IExtractContext, string[]> Apply(
     ITypeInformation operand, DecodeContext decodeContext)
 {
     return(IsinstConverterUtilities.Apply(
                operand, decodeContext, true));
 }
Ejemplo n.º 2
0
 public override ExpressionEmitter Prepare(
     ITypeInformation operand, DecodeContext decodeContext)
 {
     return(IsinstConverterUtilities.Prepare(
                operand, decodeContext, true));
 }