ArgIterator.GetNextArgType 方法

定义

返回下一个参数的类型。

public:
 RuntimeTypeHandle GetNextArgType();
public RuntimeTypeHandle GetNextArgType ();
member this.GetNextArgType : unit -> RuntimeTypeHandle
Public Function GetNextArgType () As RuntimeTypeHandle

返回

RuntimeTypeHandle

下一个参数的类型。

注解

此方法不会将迭代器推进到下一个参数。

GetNextArgType 返回在调用函数中指定的参数的类型。 例如,如果参数是类型 String,但调用函数将参数指定为类型 ObjectGetNextArgType 则将参数报告为类型 Object

适用于