[To be supplied.]
[Visual Basic] Overloads Public Function GetNextArg() As TypedReference [C#] public TypedReference GetNextArg(); [C++] public: TypedReference GetNextArg(); [JScript] public function GetNextArg() : TypedReference;
Returns the next argument as a TypedReference object.
Exception Type | Condition |
---|---|
Exception | is thrown if the call attempts to read beyond the end of the list |
This method treats the next parameter as though it has the ByRef constraint. ByRef parameters are represented by the TypedReference class.
ArgIterator Structure | ArgIterator Members | System Namespace | ArgIterator.GetNextArg Overload List