IdCollection.IdCollection Constructors
Initializes a new instance of the IdCollection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | IdCollection() | Initializes a new empty instance of the IdCollection class. | 
| Public method | IdCollection(IEnumerable< Id > items) | Initializes a new instance of the IdCollection class with the specified elements. | 
IdCollection()
Initializes a new empty instance of the IdCollection class.Syntax
public IdCollection ()IdCollection(IEnumerable< Id > items)
Initializes a new instance of the IdCollection class with the specified elements.Syntax
public IdCollection (
	IEnumerable< Id > items
)Parameters
items
    Type: A collection of Id 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