[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal arglist As RuntimeArgumentHandle _ ) [C#] public ArgIterator( RuntimeArgumentHandle arglist ); [C++] public: ArgIterator( RuntimeArgumentHandle arglist ); [JScript] public function ArgIterator( arglist : RuntimeArgumentHandle );
The verifer verifies that a valid token is passed to arglist (that is, one returned by the ArgList instruction). Fully trusted code could call this directly, but it is not recommended and could cause internal corruptions in the EE.
ArgIterator Structure | ArgIterator Members | System Namespace | ArgIterator Constructor Overload List