ArgIterator Methods
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | End() | Concludes processing of the variable-length argument list represented by this instance. |
![]() | Equals(Object^) | This method is not supported, and always throws NotSupportedException.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Returns the hash code of this object.(Overrides ValueType::GetHashCode().) |
![]() | GetNextArg() | Returns the next argument in a variable-length argument list. |
![]() | GetNextArg(RuntimeTypeHandle) | Returns the next argument in a variable-length argument list that has a specified type. |
![]() | GetNextArgType() | Returns the type of the next argument. |
![]() | GetRemainingCount() | Returns the number of arguments remaining in the argument list. |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
Show:
