This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public static class DictionaryStorage |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class DictionaryStorage |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
AppendToDictionary |
Appends given name value pair to the dictionary on specified path.
|
|
LoadDictionary |
Loads a dictionary from specified path.
|
|
SaveDictionary<(Of <<'(T, U>)>>) |
Save a dictionary to specified path.
|