ArgIterator (System.ArgIterator)

Inherits: System.ValueType

Interfaces:

Derived Types: 0

Assembly: mscorlib.dll

Represents a variable-length argument list; that is, the parameters of a function that takes a variable number of arguments.

VB.NET C#

C#

public sealed struct ArgIterator
{
}

Articles

.NET Framework Class Browser

.NET Framework Class Browser ... Class System.ArgIterator

System::ArgIterator struct Reference

Public Methods: public : ArgIterator ( RuntimeArgumentHandle arglist)

Box operation can operate on ValueType but not all of them. Below example is trying to box System.ArgIterator. ArgIterator can have pointer points to stack, therefor BOX it won't ...

Jason He's WebLog

Box operation can operate on ValueType but not all of them. Below example is trying to box System.ArgIterator. ArgIterator can have pointer points to stack, therefor BOX it won't be ...

Mono Documentation

Mono Class Library : System Namespace System.ArgIterator Structure: This class is used to acess variable arguments on methods that use the __arglist ...

Mono Documentation

The members of System.ArgIterator are listed below. See Also: Inherited members from System.ValueType [ ...

ArgIterator Structure

System.Object     System.ValueType        System.ArgIterator [Visual Basic] Public Structure ArgIterator [C#] public struct ArgIterator [C++] public __value struct ArgIterator

ArgIterator Structure (System)

Represents a variable-length argument list ... Represents a variable-length argument list; that is, the parameters of a function that takes a variable number of arguments.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support