public void Forget() { Pages = null; Images = null; _doc = null; _header = null; _footnotes = null; }
public static Dictionary <TKey2, TValue> New <TKey1, TKey2, TValue>(this NestDictionary <TKey1, TKey2, TValue> _) => new Dictionary <TKey2, TValue>();