Attempts to convert a DictAtom into a Dictionary of ints, resolving any references as necessary.
[C#] virtual Dictionary<string, int> ToInt32Dictionary(Atom atom, int def) [Visual Basic] Overridable Function ToInt32Dictionary(atom As Atom, def As int) As Dictionary<string, Integer>
virtual Dictionary<string, int> ToInt32Dictionary(Atom atom, int def)
Overridable Function ToInt32Dictionary(atom As Atom, def As int) As Dictionary<string, Integer>
If the atom does not resolve to an DictAtom, then the return value will be null.