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
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
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