SyntaxFix
Write A Post
Hire A Developer
Questions
With ref you can write:
ref
static public void DoSomething(ref TestRef t) { t = new TestRef(); }
And t will be changed after the method has completed.