C# Класс StoryTeller.Model.Persistence.Markdown.CommentMode

Наследование: IReaderMode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CommentMode ( Section section ) : System
CommentMode ( Specification spec ) : System
Read ( int indention, string text ) : IReaderMode

Описание методов

CommentMode() публичный Метод

public CommentMode ( Section section ) : System
section Section
Результат System

CommentMode() публичный Метод

public CommentMode ( Specification spec ) : System
spec Specification
Результат System

Read() публичный Метод

public Read ( int indention, string text ) : IReaderMode
indention int
text string
Результат IReaderMode