コード例 #1
0
ファイル: Chapter.cs プロジェクト: netoru/SyosetuScraper
 public void Forget()
 {
     Pages      = null;
     Images     = null;
     _doc       = null;
     _header    = null;
     _footnotes = null;
 }
コード例 #2
0
ファイル: Chapter.cs プロジェクト: netoru/SyosetuScraper
 public static Dictionary <TKey2, TValue> New <TKey1, TKey2, TValue>(this NestDictionary <TKey1, TKey2, TValue> _) => new Dictionary <TKey2, TValue>();