C# 클래스 System.CodeDom.CodeCommentStatement

상속: CodeStatement
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
CodeCommentStatement ( ) : System.Diagnostics
CodeCommentStatement ( CodeComment comment ) : System.Diagnostics
CodeCommentStatement ( string text ) : System.Diagnostics
CodeCommentStatement ( string text, bool docComment ) : System.Diagnostics

메소드 상세

CodeCommentStatement() 공개 메소드

public CodeCommentStatement ( ) : System.Diagnostics
리턴 System.Diagnostics

CodeCommentStatement() 공개 메소드

public CodeCommentStatement ( CodeComment comment ) : System.Diagnostics
comment CodeComment
리턴 System.Diagnostics

CodeCommentStatement() 공개 메소드

public CodeCommentStatement ( string text ) : System.Diagnostics
text string
리턴 System.Diagnostics

CodeCommentStatement() 공개 메소드

public CodeCommentStatement ( string text, bool docComment ) : System.Diagnostics
text string
docComment bool
리턴 System.Diagnostics