You are reading a single comment by @hippy and its replies. Click here to read the full conversation.
  • Is this designer code speak or somfink?
    Back atcha..
    Dim Expression As CodeBinaryExpression = _
    New CodeBinaryOperatorExpression( _

        New CodeArgumentReferenceExpression(Argument), _
        CodeBinaryOperatorType.IdentityInequality, _
        New CodePrimitiveExpression(Nothing))
    
About

Avatar for hippy @hippy started