|
.NET Framework Class Browser ... Class System.ArgIterator
|
|
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 ...
|
|
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 Class Library : System Namespace System.ArgIterator Structure: This class is used to acess variable arguments on methods that use the __arglist ...
|
|
The members of System.ArgIterator are listed below. See Also: Inherited members from System.ValueType [ ...
|
|
System.Object System.ValueType System.ArgIterator [Visual Basic] Public Structure ArgIterator [C#] public struct ArgIterator [C++] public __value struct ArgIterator
|
|
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.
|