B
Blip
In a test function's return variables I see this:
public void foo(int _Bar1_, string _Bar2, string _Bar3_, short _bar4)
etc...
What do the underscores signify if anything? For what it's worth, the
variables w/ two underscores are both enum elements.
Thanks
public void foo(int _Bar1_, string _Bar2, string _Bar3_, short _bar4)
etc...
What do the underscores signify if anything? For what it's worth, the
variables w/ two underscores are both enum elements.
Thanks