C# 클래스 Microsoft.R.Editor.Signatures.ParameterInfo

Describes parameter (actual argument) in a function call
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
ParameterInfo ( string functionName, FunctionCall functionCall, int parameterIndex, string parameterName, bool namedParameter ) : System

메소드 상세

ParameterInfo() 공개 메소드

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
리턴 System