OKr.MXReader.Client.Core.Data.Chapter.Chapter C# (CSharp) Method

Chapter() public method

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