S63PermitFileCollection.S63PermitFileCollection Constructors
Initializes a new instance of the S63PermitFileCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | S63PermitFileCollection() | Initializes a new empty instance of the S63PermitFileCollection class. |
Public method | S63PermitFileCollection(IEnumerable< S63PermitFile > items) | Initializes a new instance of the S63PermitFileCollection class with the specified elements. |
S63PermitFileCollection()
Initializes a new empty instance of the S63PermitFileCollection class.Syntax
public S63PermitFileCollection ()
S63PermitFileCollection(IEnumerable< S63PermitFile > items)
Initializes a new instance of the S63PermitFileCollection class with the specified elements.Syntax
public S63PermitFileCollection (
IEnumerable< S63PermitFile > items
)
Parameters
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android