C# Class Wire.Compilation.IlCastClass

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

Méthodes publiques

Méthode Description
Emit ( IlCompilerContext ctx ) : void
IlCastClass ( Type type, IlExpression expression ) : System
Type ( ) : Type

Method Details

Emit() public méthode

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

IlCastClass() public méthode

public IlCastClass ( Type type, IlExpression expression ) : System
type System.Type
expression IlExpression
Résultat System

Type() public méthode

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