Hacker News new | ask | show | jobs
by RexM 1294 days ago
C# also has “ref” arguments. The difference is that out arguments are required to be assigned during the execution of the method while ref arguments don’t have to be set.