feat(Annotations): Konvertiere _annots von Dictionary zu IEnumerable.
- Zugehörige Index- und TryGet-Methoden hinzugefügt.
This commit is contained in:
@@ -155,15 +155,18 @@
|
||||
"Width": 1,
|
||||
"Height": 0.5
|
||||
},
|
||||
"Annotations": {
|
||||
"Signature": {
|
||||
"Annotations": [
|
||||
{
|
||||
"Name": "Signature"
|
||||
},
|
||||
"City": {
|
||||
{
|
||||
"Name": "City",
|
||||
"VerBoundAnnotName": "Signature"
|
||||
},
|
||||
"Date": {
|
||||
{
|
||||
"Name": "Date",
|
||||
"VerBoundAnnotName": "City"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user