mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-12-17 23:05:30 +00:00
Further developed collections
This commit is contained in:
@@ -11,6 +11,7 @@ public class CollectedItem : ISearchable {
|
||||
public IDictionary<string, string>? Fields { get; private set; }
|
||||
public XElement ELement { get; private set; }
|
||||
public IXMLCollection Collection { get; private set; }
|
||||
public IDictionary<string, CollectedItem>? Items { get; set; }
|
||||
|
||||
public CollectedItem(
|
||||
string index,
|
||||
|
||||
Reference in New Issue
Block a user