C# Language Operators Class Member Operators: Function Invocation

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Example

var age = GetAge(dateOfBirth);
//the above calls the function GetAge passing parameter dateOfBirth.


Got any C# Language Question?