C# Class Wire.Compilation.IlRuntimeConstant

Inheritance: IlExpression
Afficher le fichier Open project: akkadotnet/Wire

Méthodes publiques

Méthode Description
Emit ( IlCompilerContext ctx ) : void
IlRuntimeConstant ( object value, int index ) : System
Type ( ) : Type

Method Details

Emit() public méthode

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

IlRuntimeConstant() public méthode

public IlRuntimeConstant ( object value, int index ) : System
value object
index int
Résultat System

Type() public méthode

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