Tagged Questions
6
votes
3answers
1k views
VB.NET := Operator
What does the following mean?
Class.Function(variable := 1 + 1)
What is this operator called, and what does it do?