C# Class SafeILGenerator.Ast.Nodes.AstNodeExprCast

Inheritance: AstNodeExpr
Mostrar archivo Open project: soywiz/SafeILGenerator Class Usage Examples

Public Properties

Property Type Description
CastedType System.Type
Explicit bool
Expr AstNodeExpr

Public Methods

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

Method Details

AstNodeExprCast() public method

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

TransformNodes() public method

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
return void

Property Details

CastedType public_oe property

public Type,System CastedType
return System.Type

Explicit public_oe property

public bool Explicit
return bool

Expr public_oe property

public AstNodeExpr,SafeILGenerator.Ast.Nodes Expr
return AstNodeExpr