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