예제 #1
0
 internal static CodeBinaryOperatorExpression NotNull(this CodeExpression operand)
 {
     return(operand.INEquals(nullEx));
 }