Property AsDictionary
AsDictionary
Gets the dictionary representation of the XML dictionary items.
public IDictionary? AsDictionary { get; }
Property Value
Remarks
This property attempts to create an instance of the dictionary type specified in DictionaryType and populate it with the key-value pairs stored in the Items collection. If the dictionary type cannot be found or instantiated, this property returns null.