Ancestry.QueryProcessor.Compile.ExpressionContext.ExpressionContext C# (CSharp) Method

ExpressionContext() public method

public ExpressionContext ( Parse expression, Type type, Characteristic characteristics, Action emitGet ) : System
expression Parse
type System.Type
characteristics Characteristic
emitGet Action
return System
        public ExpressionContext(Parse.Expression expression, Type.BaseType type, Characteristic characteristics, Action<MethodContext> emitGet)
        {
            Expression = expression;
            Type = type;
            Characteristics = characteristics;
            EmitGet = emitGet;
        }