C# Класс Rosetta.Translation.SingleLineCommentTranslationUnit

Translation unit for single line comments.
Наследование: NestedElementTranslationUnit, ITranslationUnit
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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