asp.net.ph

ArgIterator Structure

System Namespace


Represents a variable-length argument list.

ArgIterator Class Members

Collapse   Constructors

Visibility Constructor Parameters
public ArgIterator ( RuntimeArgumentHandle arglist )
public ArgIterator ( RuntimeArgumentHandle arglist , Void ptr )

Collapse   Methods

Visibility Name Parameters Return Type
public End ( ) Void
public Equals ( Object o ) Boolean
public GetHashCode ( ) Int32
public GetNextArg ( ) TypedReference
public GetNextArg ( RuntimeTypeHandle rth ) TypedReference
public GetNextArgType ( ) RuntimeTypeHandle
public GetRemainingCount ( ) Int32

Remarks

The ArgIterator represents the parameters of a function that takes a variable number of arguments.

Typically, you use this class for writing compilers. The methods in this class are not generally useful in other kinds of applications.

The functionality in this class is typically hidden in the syntax of a specific programming language. For example, the C++ programming language declares a variable-length argument list with an ellipsis ( "..." ) at the end of a parameter list.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph