CallInfo Constructor (Int32, String[])
Collapse the table of content
Expand the table of content

CallInfo Constructor (Int32, String())

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a new PositionalArgumentInfo.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Sub New ( _
	argCount As Integer, _
	ParamArray argNames As String() _
)

Parameters

argCount
Type: System.Int32
The number of arguments.
argNames
Type: System.String ()
The argument names.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft