ArgIterator::GetNextArgType Method ()
.NET Framework (current version)
Returns the type of the next argument.
Assembly: mscorlib (in mscorlib.dll)
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
Available since 1.1
Show: