Tup.Cobar4Net.Parser.Ast.Expression.Primary.ParamMarker.EvaluationInternal C# (CSharp) Method

EvaluationInternal() protected method

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
return object
        protected override object EvaluationInternal(IDictionary<object, object> parameters)
        {
            return parameters.GetValue(paramIndex);
        }