[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.ExpressionCollection.Add

Add Method

Add(string)

Creates an Expression specified by its text, and adds it to the current collection.

Declaration
public Expression Add(string expression)
Parameters
Type Name Description
string expression

The text of the expression to add.

Returns
Type Description
Expression

The index of the added Expression in the current collection.

Add(Expression)

Adds an Expression to the current collection.

Declaration
public int Add(Expression expression)
Parameters
Type Name Description
Expression expression

The Expression to add.

Returns
Type Description
int

The index of the added Expression in the current collection.