Shaolinq.Persistence.Linq.Nominator.Nominator C# (CSharp) 메소드

Nominator() 개인적인 메소드

private Nominator ( bool>.Func canBeColumn, bool includeIntegralRootExpression = false ) : System
canBeColumn bool>.Func
includeIntegralRootExpression bool
리턴 System
		internal Nominator(Func<Expression, bool> canBeColumn, bool includeIntegralRootExpression = false)
		{
			this.canBeColumn = canBeColumn;
			this.includeIntegralRootExpression = includeIntegralRootExpression;
			this.candidates = new HashSet<Expression>();
		}