Tagged Questions

5
votes
3answers
381 views

VB.NET := Operator

What does the following mean? Class.Function(variable := 1 + 1) What is this operator called, and what does it do?