Type objects that represent the type arguments of a generic type or the type parameters of a generic type definition 返回表示泛型类型的类型实参或泛型类型定义的类型形参的
Property returns a fully qualified type name including nested types , the assembly name , and type arguments 可以返回完全限定的类型名称(包括嵌套类型、程序集名称和类型实参) 。
Property returns a fully qualified type name including nested types , the assembly name , and generic arguments 可以返回完全限定的类型名称(包括嵌套类型、程序集名称和泛型实参) 。
If the caller supplies fewer parameter values than there are formal parameters , the extra formal parameters have value undefined 如果实参的个数小于形参的个数,则其余形参的值是不定的。
Property returns a fully qualified type name including nested types , the assembly name , and generic type arguments 可以返回完全限定的类型名称(包括嵌套类型、程序集名称和泛型类型实参) 。
Selects a member from a list of candidates , and performs type conversion from actual argument type to formal argument type 从候选者列表中选择一个成员,并执行实参类型到形参类型的类型转换。
The argument values are positional and must be supplied in the same order as the corresponding parameters in the method declaration 实参是有位置的并且它必须与方法声明中相应的参数位置相同。
Type arguments and type parameters of constructed generic types , generic type definitions , and generic method definitions a reference to the type 构造泛型类型、泛型类型定义和泛型方法定义的类型实参和类型形参
Before a method can be called , the argument values must be pushed on the stack , in left - to - right order corresponding to the parameter declarations 方法调用之前,必须根据参数声明,按照从左到右的顺序把对应的实参压入堆栈。
Conversely , a non type template argument is a constant within the template so that an attempt to change the value of a parameter is an error 相反的,一个非类型模板实参是模板里的常量,所以任何试图修改它的行为都是错误的。