C# 클래스 CSScriptCompilers.CCSharpParser.CSharpParser

CSharpParser is a cut down edition of the CS-Script engine C# parser implementation. It only parses C# code with respect to strings and comments.
파일 보기 프로젝트 열기: oleg-shilo/cs-script

공개 메소드들

메소드 설명
CSharpParser ( string code ) : System
NoteCommentsAndStrings ( ) : void

비공개 메소드들

메소드 설명
AllRawIndexOf ( string pattern, int startIndex, int endIndex ) : int[]

메소드 상세

CSharpParser() 공개 메소드

public CSharpParser ( string code ) : System
code string
리턴 System

NoteCommentsAndStrings() 공개 메소드

public NoteCommentsAndStrings ( ) : void
리턴 void