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