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)
o An object to be compared to this instance.
Returns This comparison is not supported. No value is returned.
This method is not supported, and always throws <see cref="T:System.NotSupportedException" /> .
public int
GetHashCode​()
Returns A 32-bit signed integer hash code.
Returns the hash code of this object.
GetNextArg​()
Returns The next argument as a <see cref="T:System.TypedReference" /> object.
Returns the next argument in a variable-length argument list.
GetNextArg​(RuntimeTypeHandle rth)
rth A runtime type handle that identifies the type of the argument to retrieve.
Returns The next argument as a <see cref="T:System.TypedReference" /> object.
Returns the next argument in a variable-length argument list that has a specified type.
GetNextArgType​()
Returns The type of the next argument.
Returns the type of the next argument.
public int
GetRemainingCount​()
Returns The number of remaining arguments.
Returns the number of arguments remaining in the argument list.
public string
ToString​()
Inherited from ValueType
Returns The fully qualified type name.
Returns the fully qualified type name of this instance.
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
Returns The exact runtime type of the current instance.
Gets the <see cref="T:System.Type" /> of the current instance.
protected object
MemberwiseClone​()
Inherited from object
Returns A shallow copy of the current <see cref="T:System.Object" /> .
Creates a shallow copy of the current <see cref="T:System.Object" /> .