Note to self:
If you're thinking of using sentinel values in a return from a C# function, because you really need an int but you also need to check if something is true, why not just return a bool and remember you've got out parameters?
You're welcome. :)














