C# Класс ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.Sentence

Represents a sentence. Stores the starting offset of the sentence in the text stream and the length of the text
Показать файл Открыть проект

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

Метод Описание
IsValid ( String s ) : bool

Checks if all the chars in the sentence are valid alphanumeric chars.

Sentence ( Paragraph parent ) : System

Initialize

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

IsValid() публичный метод

Checks if all the chars in the sentence are valid alphanumeric chars.
public IsValid ( String s ) : bool
s String input string
Результат bool

Sentence() публичный метод

Initialize
public Sentence ( Paragraph parent ) : System
parent Paragraph Parent paragraph
Результат System