Table of Contents

Property AsDictionary

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AsDictionary

Gets the dictionary representation of the XML dictionary items.

public IDictionary? AsDictionary { get; }

Property Value

IDictionary

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.