CSharpArgumentInfo.Create Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the CSharpArgumentInfo class.

Namespace:  Microsoft.CSharp.RuntimeBinder
Assembly:  Microsoft.CSharp (in Microsoft.CSharp.dll)

Syntax

'Declaration
Public Shared Function Create ( _
    flags As CSharpArgumentInfoFlags, _
    name As String _
) As CSharpArgumentInfo
public static CSharpArgumentInfo Create(
    CSharpArgumentInfoFlags flags,
    string name
)

Parameters

  • name
    Type: System.String
    The name of the argument, if named; otherwise null.

Return Value

Type: Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
A new instance of the CSharpArgumentInfo class.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.