ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.Paragraph.Paragraph C# (CSharp) Méthode

Paragraph() public méthode

Initialize
public Paragraph ( ) : System
Résultat System
            public Paragraph()
            {
                Start = 0;
                Length = 0;
                Sentences = new List<Sentence>();
            }
LectureManagerMainForm.Paragraph