コード例 #1
0
ファイル: Collection.cs プロジェクト: lycilph/BookCollector
 public Shelf GetDefaultshelf()
 {
     return(Shelves.First(s => s.IsDefault));
 }