va_list Constructor

GMP Native Interface for .NET

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
)
Public Sub New ( 
	ParamArray args As Object()
)
public:
va_list(
	... array<Object^>^ args
)
new : 
        args : Object[] -> va_list

Parameters

args
Type: SystemObject
The list of arguments.
See Also