'Declaration Public Shared Function IsNullOrEmpty( _ ByVal expression As ExpressionInfo _ ) As Boolean
public static bool IsNullOrEmpty( ExpressionInfo expression )
Parameters
- expression
Return Value
True
if the given expression is empty, false
otherwise.