C# Class TriAxis.RunSharp.Operands.TypeLiteral

Inheritance: Operand
Afficher le fichier Open project: AqlaSolutions/runsharp

Méthodes publiques

Méthode Description
GetReturnType ( ITypeMapper typeMapper ) : Type
TypeLiteral ( Type t ) : System

Méthodes protégées

Méthode Description
EmitGet ( CodeGen g ) : void

Method Details

EmitGet() protected méthode

protected EmitGet ( CodeGen g ) : void
g CodeGen
Résultat void

GetReturnType() public méthode

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
Résultat IKVM.Reflection.Type

TypeLiteral() public méthode

public TypeLiteral ( Type t ) : System
t IKVM.Reflection.Type
Résultat System