A function member is said to be an applicable function member with respect to an argument list A
when all of the following are true:
A
is identical to the number of parameters in the function member declaration.A
, the parameter passing mode of the argument is identical to the parameter passing mode of the corresponding parameter, and
ref
or out
parameter, the type of the argument is identical to the type of the corresponding parameter.