Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ArgIterator::GetNextArgType Method ()

 

Returns the type of the next argument.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
RuntimeTypeHandle GetNextArgType()

Return Value

Type: System::RuntimeTypeHandle

The type of the next argument.

This method does not advance the iterator to the next argument.

GetNextArgType returns the type of the argument as specified in the calling function. For example, if an argument is type String, but the calling function specifies the argument as type Object, GetNextArgType reports the argument as type Object.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft