ArgIterator.GetNextArgType Metoda

Definice

Vrátí typ dalšího argumentu.

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

Návraty

RuntimeTypeHandle

Typ dalšího argumentu.

Poznámky

Tato metoda nepřevádí iterátor na další argument.

GetNextArgType vrátí typ argumentu zadaný ve volající funkci. Pokud je například argument typu String, ale volající funkce určuje argument jako typ Object, GetNextArgType hlásí argument jako typ Object.

Platí pro