C# 클래스 clojure.lang.LineNumberingTextReader

상속: PushbackTextReader, IDisposable
파일 보기 프로젝트 열기: richhickey/clojure-clr 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
LineNumberingTextReader ( TextReader reader ) : System
Read ( ) : int
Unread ( int ch ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
NoteLineAdvance ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

LineNumberingTextReader() 공개 메소드

public LineNumberingTextReader ( TextReader reader ) : System
reader System.IO.TextReader
리턴 System

Read() 공개 메소드

public Read ( ) : int
리턴 int

Unread() 공개 메소드

public Unread ( int ch ) : void
ch int
리턴 void