Hi,
I don´t think it´s possible, but I have an idea:
If variable is an effect parameter, you can create a boolean variable isVariableNull as an extra effect parameter, and in your C# code, where you pass the effect parameter, you´ll say isVariableNull = variable == null;
Regards
Michael