This documentation is archived and is not being maintained.
ArgIterator::End Method
Visual Studio 2010
Concludes processing of the variable-length argument list represented by this instance.
Assembly: mscorlib (in mscorlib.dll)
Conceptually, End concludes the processing of a variable-length argument list. However, this method has no actual implementation; the End method body is empty. You can use this method in your code as a marker to indicate where variable-length argument list processing logically ends.
The End method corresponds to the va_end method in the C standard library.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: