C# 클래스 RTools.Util.CommentToken

Token type for comments, including line and block comments.
상속: StringToken
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
CommentToken ( string s ) : System

Constructor with the specified value.

CommentToken ( string s, int line ) : System

Constructor with the specified value and line number.

메소드 상세

CommentToken() 공개 메소드

Constructor with the specified value.
public CommentToken ( string s ) : System
s string
리턴 System

CommentToken() 공개 메소드

Constructor with the specified value and line number.
public CommentToken ( string s, int line ) : System
s string
line int
리턴 System