Skip to content

SimpleCondExprList class

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>
TypeNameDescription
voidInsertItem(Int32 index, EqExpression item)Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
voidRemoveItem(Int32 index)Removes the element at the specified index of the System.Collections.ObjectModel.Collection'1.
voidSetItem(Int32 index, EqExpression item)Replaces the element at the specified index.