C# 클래스 Rosetta.Translation.SingleLineCommentTranslationUnit

Translation unit for single line comments.
상속: NestedElementTranslationUnit, ITranslationUnit
파일 보기 프로젝트 열기: andry-tino/Rosetta 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
commentToken string

공개 메소드들

메소드 설명
Create ( string comment, CommentStyle style = CommentStyle.Normal ) : SingleLineCommentTranslationUnit

Translate ( ) : string

Translate the unit into TypeScript.

보호된 메소드들

메소드 설명
SingleLineCommentTranslationUnit ( string comment, string commentToken ) : System

Initializes a new instance of the SingleLineCommentTranslationUnit class.

비공개 메소드들

메소드 설명
CreateToken ( CommentStyle style ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string comment, CommentStyle style = CommentStyle.Normal ) : SingleLineCommentTranslationUnit
comment string
style CommentStyle
리턴 SingleLineCommentTranslationUnit

SingleLineCommentTranslationUnit() 보호된 메소드

Initializes a new instance of the SingleLineCommentTranslationUnit class.
protected SingleLineCommentTranslationUnit ( string comment, string commentToken ) : System
comment string
commentToken string
리턴 System

Translate() 공개 메소드

Translate the unit into TypeScript.
public Translate ( ) : string
리턴 string

프로퍼티 상세

commentToken 보호되어 있는 프로퍼티

protected string commentToken
리턴 string