OKr.MXReader.Client.Core.Data.Chapter.Chapter C# (CSharp) Méthode

Chapter() public méthode

public Chapter ( ) : System
Résultat System
        public Chapter()
        {
            this.Pages = new List<Page>();
        }
Chapter