C# Class SafeILGenerator.Ast.Nodes.AstNodeStmContainer

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

Méthodes publiques

Свойство Type Description
Inline bool
Nodes List

Méthodes publiques

Méthode Description
AddStatement ( AstNodeStm Node ) : void
AstNodeStmContainer ( ) : System
AstNodeStmContainer ( bool Inline ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

Method Details

AddStatement() public méthode

public AddStatement ( AstNodeStm Node ) : void
Node AstNodeStm
Résultat void

AstNodeStmContainer() public méthode

public AstNodeStmContainer ( ) : System
Résultat System

AstNodeStmContainer() public méthode

public AstNodeStmContainer ( bool Inline ) : System
Inline bool
Résultat System

TransformNodes() public méthode

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

Property Details

Inline public_oe property

public bool Inline
Résultat bool

Nodes public_oe property

public List Nodes
Résultat List