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