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