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)
virtual Dictionary<string, int> ToInt32Dictionary(Atom atom, int def)
If the atom does not resolve to an DictAtom, then the return value will be null.
None.