在方法多载的内容中,方法的签章并不包括传回值。
In the context of method overloading, the signature of a method does not include the return value.
下列范例显示使用预设参数的方法,以及提供对等功能的方法多载。
The following example shows a method that USES default parameters, and the overloaded methods that provide an equivalent functionality.
若要修正此规则的违规情形,请以提供预设参数的方法多载取代使用预设参数的方法。
To fix a violation of this rule, replace the method that uses default parameters with method overloads that supply the default parameters.
应用推荐