C# 클래스 SafeILGenerator.Ast.Nodes.AstNodeStmComment

상속: AstNodeStm
파일 보기 프로젝트 열기: soywiz/SafeILGenerator

공개 프로퍼티들

프로퍼티 타입 설명
CommentText string

공개 메소드들

메소드 설명
AstNodeStmComment ( string CommentText ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

메소드 상세

AstNodeStmComment() 공개 메소드

public AstNodeStmComment ( string CommentText ) : System
CommentText string
리턴 System

TransformNodes() 공개 메소드

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
리턴 void

프로퍼티 상세

CommentText 공개적으로 프로퍼티

public string CommentText
리턴 string