Click or drag to resize
va_list Constructor
Creates a variable list of arguments in unmanaged memory.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public va_list(
	params Object[] args
)

Parameters

args
Type: SystemObject
The list of arguments.
See Also