C# 클래스 CSE.Exps.ArrayExp

Used to parse array index expressions
파일 보기 프로젝트 열기: kcherr1/CSharp-Eval

공개 메소드들

메소드 설명
Parse ( CseObject rootInstance, string arrayIdent, CseObject index ) : CseObject

Parses array expressions

메소드 상세

Parse() 공개 정적인 메소드

Parses array expressions
public static Parse ( CseObject rootInstance, string arrayIdent, CseObject index ) : CseObject
rootInstance CseObject Environment where the array is implemented
arrayIdent string Name of the array
index CseObject Object for the index value
리턴 CseObject