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