AtomCollection.AtomCollection Constructors
Initializes a new instance of the AtomCollection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | AtomCollection() | Initializes a new empty instance of the AtomCollection class. | 
| Public method | AtomCollection(IEnumerable< Atom > items) | Initializes a new instance of the AtomCollection class with the specified elements. | 
AtomCollection()
Initializes a new empty instance of the AtomCollection class.Syntax
public AtomCollection ()AtomCollection(IEnumerable< Atom > items)
Initializes a new instance of the AtomCollection class with the specified elements.Syntax
public AtomCollection (
	IEnumerable< Atom > items
)Parameters
items
    Type: A collection of Atom elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android