示例#1
0
文件: Script.cs 项目: fxMem/Plot
 public Chapter GetFirstChapter()
 {
     return(Chapters.OrderBy(c => c.Order).FirstOrDefault());
 }