PropertyExpressionObservableCollection.Add Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(array<String[]) | Add multiple property, value pairs to property collection. If the property with same name already exists, then updates its value. | |
Add(PropertyExpression) | Add new PropertyExpression to the collection. If the property with same name already exists, then updates its value. | |
Add(String, String) | Add new property, value pair to property collection. If the property with same name already exists, then updates its value. | |
Add(String, String, PropertyExpressionOperator) | Add new property, value pair and a PropertyExpressionOperator to property collection. If the property with same name already exists, then updates its value. |
Top