C# Class Microsoft.R.Editor.Signatures.ParameterInfo

Describes parameter (actual argument) in a function call
Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
ParameterInfo ( string functionName, FunctionCall functionCall, int parameterIndex, string parameterName, bool namedParameter ) : System

Method Details

ParameterInfo() public method

public ParameterInfo ( string functionName, FunctionCall functionCall, int parameterIndex, string parameterName, bool namedParameter ) : System
functionName string
functionCall Microsoft.R.Core.AST.Operators.FunctionCall
parameterIndex int
parameterName string
namedParameter bool
return System