NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArgIterator.GetNextArg (RuntimeTypeHandle)

Gets the next argument in the list and advances the iterator by one.

[Visual Basic]
Overloads Public Function GetNextArg( _
   ByVal rth As RuntimeTypeHandle _
) As TypedReference
[C#]
public TypedReference GetNextArg(
   RuntimeTypeHandle rth
);
[C++]
public: TypedReference GetNextArg(
   RuntimeTypeHandle rth
);
[JScript]
public function GetNextArg(
   rth : RuntimeTypeHandle
) : TypedReference;

Parameters

rth
The runtime type handle

See Also

ArgIterator Structure | ArgIterator Members | System Namespace | ArgIterator.GetNextArg Overload List