C# Class Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
CSharpArgumentInfo System.ComponentModel

Méthodes publiques

Méthode Description
Create ( CSharpArgumentInfoFlags flags, string name ) : CSharpArgumentInfo

Initializes a new instance of the CSharpArgumentInfo class.

Private Methods

Méthode Description
CSharpArgumentInfo ( CSharpArgumentInfoFlags flags, string name ) : System.ComponentModel

Method Details

Create() public static méthode

Initializes a new instance of the CSharpArgumentInfo class.
public static Create ( CSharpArgumentInfoFlags flags, string name ) : CSharpArgumentInfo
flags CSharpArgumentInfoFlags The flags for the argument.
name string The name of the argument, if named; otherwise null.
Résultat CSharpArgumentInfo