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

CallInfo Constructor (Int32, IEnumerable<String>)

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

Creates a new CallInfo that represents arguments in the dynamic binding process.

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

public CallInfo(
	int argCount,
	IEnumerable<string> argNames
)

Parameters

argCount
Type: System.Int32
The number of arguments.
argNames
Type: System.Collections.Generic.IEnumerable<String>
The argument names.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft