Current location - Quotes Website - Personality signature - What is the signature in C#?
What is the signature in C#?
A function consists of several parts, such as function name, parameter number, parameter type and return value. Function signature consists of parameter number and its type. When the function is overloaded, use the different signatures of the function (that is, the number and type of parameters are different) to distinguish which method the caller calls!