SenseNet.ContentRepository.Storage.Search.ExpressionList.ExpressionList C# (CSharp) Метод

ExpressionList() публичный Метод

public ExpressionList ( ChainOperator operatorType ) : System.Collections.Generic
operatorType ChainOperator
Результат System.Collections.Generic
		public ExpressionList(ChainOperator operatorType)
		{
			_operatorType = operatorType;
			_expressions = new List<Expression>();
		}
		public ExpressionList(ChainOperator operatorType, Expression expression) : this(operatorType)

Same methods

ExpressionList::ExpressionList ( ChainOperator operatorType, Expression expression ) : System.Collections.Generic
ExpressionList::ExpressionList ( ChainOperator operatorType, Expression exp0, Expression exp1 ) : System.Collections.Generic
ExpressionList::ExpressionList ( ChainOperator operatorType, Expression exp0, Expression exp1, Expression exp2 ) : System.Collections.Generic