C# Class SafeILGenerator.Ast.Nodes.AstNodeExprNew

Inheritance: AstNodeExpr
Afficher le fichier Open project: soywiz/SafeILGenerator

Méthodes publiques

Свойство Type Description
ClassType System.Type
Params SafeILGenerator.Ast.Nodes.AstNodeExpr[]

Méthodes publiques

Méthode Description
AstNodeExprNew ( Type ClassType ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

Method Details

AstNodeExprNew() public méthode

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

TransformNodes() public méthode

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

Property Details

ClassType public_oe property

public Type,System ClassType
Résultat System.Type

Params public_oe property

public AstNodeExpr[],SafeILGenerator.Ast.Nodes Params
Résultat SafeILGenerator.Ast.Nodes.AstNodeExpr[]