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