形参表 meaning in English
formal parameter list
Examples
- Get accessor of an indexer has the same formal parameter list as the indexer
访问器具有与索引器相同的形参表。 - Accessor of an indexer has the same formal parameter list as the indexer , in addition to the
访问器还具有与索引器相同的形参表。 - A parameter array must be the last parameter in a formal parameter list , and it must be a single - dimension array
参数数组必须是形参表中的最后一个参数,并且必须是一维数组。 - That is , the delegate type must have an extra parameter at the beginning of its formal parameter list , of the same type as the class the method belongs to
也就是说,委托类型必须在其形参表的开头有一个额外参数,该参数的类型必须与方法所属的类的类型相同。