PEAPI

CalliSig.AddVarArgs Method 

Add the optional parameters to a vararg method This method sets the vararg calling convention

[Visual Basic]
Public Sub AddVarArgs( _
   ByVal optPars As PEAPI.Type() _
)
[C#]
public void AddVarArgs(
   Type[] optPars
);

Parameters

optPars
the optional pars for the vararg call

See Also

CalliSig Class | CalliSig Members | PEAPI Namespace