How do I return an empty (but not null) var with the C# api?
I am trying to return an object if it exists, and if it doesn't exist I want to return an empty var object. By an empty object, I want the following code to work: var window = Utils.GetAl...