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