public Chapter(Chapter other) : this(Itdb_Chapter.itdb_chapter_duplicate(other.Handle), false) { }
protected override void Destroy() { Itdb_Chapter.itdb_chapter_free(Handle); }
public Chapter() : this(Itdb_Chapter.itdb_chapter_new(), false) { }