C# Class SafeILGenerator.Ast.Nodes.AstNodeStmComment

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

Méthodes publiques

Свойство Type Description
CommentText string

Méthodes publiques

Méthode Description
AstNodeStmComment ( string CommentText ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

Method Details

AstNodeStmComment() public méthode

public AstNodeStmComment ( string CommentText ) : System
CommentText string
Résultat System

TransformNodes() public méthode

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

Property Details

CommentText public_oe property

public string CommentText
Résultat string