Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​ArgIterator
Assembly: System.Runtime
Represents a variable-length argument list; that is, the parameters of a function that takes a variable number of arguments.
Methods
public
void
End​()
Concludes processing of the variable-length argument list represented by this instance.
public
bool
Equals​(object o)
This method is not supported, and always throws <see cref="T:System.NotSupportedException" /> .
Returns This comparison is not supported. No value is returned.
o
An object to be compared to this instance.
public
int
GetHashCode​()
Returns the hash code of this object.
Returns A 32-bit signed integer hash code.
public
TypedReference
GetNextArg​()
Returns the next argument in a variable-length argument list.
Returns The next argument as a <see cref="T:System.TypedReference" /> object.
public
TypedReference
GetNextArg​(RuntimeTypeHandle rth)
Returns the next argument in a variable-length argument list that has a specified type.
Returns The next argument as a <see cref="T:System.TypedReference" /> object.
rth
A runtime type handle that identifies the type of the argument to retrieve.
Returns The type of the next argument.
public
int
GetRemainingCount​()
Returns the number of arguments remaining in the argument list.
Returns The number of remaining arguments.
public
string
ToString​()
Inherited from ValueType
Returns the fully qualified type name of this instance.
Returns The fully qualified type name.
protected
void
Finalize​()
Inherited from object
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
public
Type
GetType​()
Inherited from object
Gets the <see cref="T:System.Type" /> of the current instance.
Returns The exact runtime type of the current instance.
protected
object
MemberwiseClone​()
Inherited from object
Creates a shallow copy of the current <see cref="T:System.Object" /> .
Returns A shallow copy of the current <see cref="T:System.Object" /> .