Gets the next argument in the list and advances the iterator by one.
Gets the next argument in the list and advances the iterator by one.
[Visual Basic] Overloads Public Function GetNextArg(RuntimeTypeHandle) As TypedReference
[C#] public TypedReference GetNextArg(RuntimeTypeHandle);
[C++] public: TypedReference GetNextArg(RuntimeTypeHandle);
[JScript] public function GetNextArg(RuntimeTypeHandle) : TypedReference;
[To be supplied.]
[Visual Basic] Overloads Public Function GetNextArg() As TypedReference
[C#] public TypedReference GetNextArg();
[C++] public: TypedReference GetNextArg();
[JScript] public function GetNextArg() : TypedReference;
ArgIterator Structure | ArgIterator Members | System Namespace