C# Class SafeILGenerator.Ast.Nodes.AstNodeExprCast

Inheritance: AstNodeExpr
Afficher le fichier Open project: soywiz/SafeILGenerator Class Usage Examples

Méthodes publiques

Свойство Type Description
CastedType System.Type
Explicit bool
Expr AstNodeExpr

Méthodes publiques

Méthode Description
AstNodeExprCast ( Type CastedType, AstNodeExpr Expr, bool Explicit = true ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

Method Details

AstNodeExprCast() public méthode

public AstNodeExprCast ( Type CastedType, AstNodeExpr Expr, bool Explicit = true ) : System
CastedType System.Type
Expr AstNodeExpr
Explicit bool
Résultat System

TransformNodes() public méthode

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
Résultat void

Property Details

CastedType public_oe property

public Type,System CastedType
Résultat System.Type

Explicit public_oe property

public bool Explicit
Résultat bool

Expr public_oe property

public AstNodeExpr,SafeILGenerator.Ast.Nodes Expr
Résultat AstNodeExpr