C#类成员运算符:函数调用

示例

var age = GetAge(dateOfBirth);
//上面调用传递参数dateOfBirth的函数GetAge。