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