feat(Annotations): Konvertiere _annots von Dictionary zu IEnumerable.

- Zugehörige Index- und TryGet-Methoden hinzugefügt.
This commit is contained in:
Developer 02
2025-03-20 14:44:57 +01:00
parent 093e64de81
commit 78b5e3f5cc
2 changed files with 42 additions and 23 deletions

View File

@@ -155,15 +155,18 @@
"Width": 1,
"Height": 0.5
},
"Annotations": {
"Signature": {
"Annotations": [
{
"Name": "Signature"
},
"City": {
{
"Name": "City",
"VerBoundAnnotName": "Signature"
},
"Date": {
{
"Name": "Date",
"VerBoundAnnotName": "City"
}
}
]
}
}