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