C# 클래스 IronRuby.Builtins.RubyPipe.PipeWriter

PipeWriter instance always exists as a sibling of a RubyPipe. Two objects are needed so that we can detect whether Close is being called on the reader end of a pipe, or on the writer end of a pipe.
상속: RubyPipe
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
Close ( ) : void

비공개 메소드들

메소드 설명
PipeWriter ( RubyPipe pipe ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void