❔ XMLAttributeCollection -> Dictionary with LINQ?
It's a confusing class. It only allows turning it into a Queryable, but I have no experience with those and would rather not.
How could I turn it into a dictionary of string->string?
How could I turn it into a dictionary of string->string?