C# Class Wire.Compilation.IlParameter

Inheritance: IlExpression
Afficher le fichier Open project: akkadotnet/Wire Class Usage Examples

Méthodes publiques

Méthode Description
Emit ( IlCompilerContext ctx ) : void
IlParameter ( int parameterIndex, Type type, string name ) : System
Type ( ) : Type

Method Details

Emit() public méthode

public Emit ( IlCompilerContext ctx ) : void
ctx IlCompilerContext
Résultat void

IlParameter() public méthode

public IlParameter ( int parameterIndex, Type type, string name ) : System
parameterIndex int
type System.Type
name string
Résultat System

Type() public méthode

public Type ( ) : Type
Résultat System.Type