Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ArgIterator Constructor (RuntimeArgumentHandle)

 

Initializes a new instance of the ArgIterator structure using the specified argument list.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
ArgIterator(
	RuntimeArgumentHandle arglist
)

Parameters

arglist
Type: System::RuntimeArgumentHandle

An argument list consisting of mandatory and optional arguments.

The new ArgIterator object enumerates the argument list starting from the first optional argument.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft