Microsoft.Scripting.Actions.ParameterMappingInfo.ParameterMappingInfo C# (CSharp) Метод

ParameterMappingInfo() приватный Метод

private ParameterMappingInfo ( int param, int action, ConstantExpression fixedInput ) : System.Linq.Expressions
param int
action int
fixedInput System.Linq.Expressions.ConstantExpression
Результат System.Linq.Expressions
        private ParameterMappingInfo(int param, int action, ConstantExpression fixedInput) {
            _parameterIndex = param;
            _actionIndex = action;
            _fixedInput = fixedInput;
        }