Represents list of expression for SimpleCondition object
public class Korzh.EasyQuery.SimpleCondExprList
: ExprList, IList<EqExpression>, ICollection<EqExpression>, IEnumerable<EqExpression>, IEnumerable, IList, ICollection, IReadOnlyList<EqExpression>, IReadOnlyCollection<EqExpression>
Methods
Type | Name | Description |
---|---|---|
void |
InsertItem(Int32 index, EqExpression item) |
Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index. |
void |
RemoveItem(Int32 index) |
Removes the element at the specified index of the System.Collections.ObjectModel.Collection'1 . |
void |
SetItem(Int32 index, EqExpression item) |
Replaces the element at the specified index. |