Create an ArrayAtom of NameAtoms from a list of strings.

 

   

Syntax
 

[C#]
static ArrayAtom FromNames(IList<string> items)

 

   

Params
 
Name Description
items The list of strings.
return The resulting ArrayAtom.

 

   

Notes
 

Create an ArrayAtom of NameAtoms from a list of strings.

If the provided list is null then the return value will be null.

 

   

Example
 

None.