C# 클래스 Microsoft.R.Core.AST.Arguments.ErrorArgument

상속: CommaSeparatedItem
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
ErrorArgument ( IEnumerable tokens ) : System.Collections.Generic
Parse ( ParseContext context, IAstNode parent ) : bool

메소드 상세

ErrorArgument() 공개 메소드

public ErrorArgument ( IEnumerable tokens ) : System.Collections.Generic
tokens IEnumerable
리턴 System.Collections.Generic

Parse() 공개 메소드

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