C# Class Microsoft.R.Core.AST.Arguments.CommaSeparatedItem

Argument to a function or to and indexer. Generally something that is followed by an optional comma.
Inheritance: AstNode
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
Parse ( ParseContext context, IAstNode parent ) : bool

Method Details

Parse() public méthode

public Parse ( ParseContext context, IAstNode parent ) : bool
context Microsoft.R.Core.Parser.ParseContext
parent IAstNode
Résultat bool