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