Create an ArrayAtom of NameAtoms from a list of strings.
[C#] static ArrayAtom FromNames(IList<string> items)
static ArrayAtom FromNames(IList<string> items)
If the provided list is null then the return value will be null.
None.