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