C# 클래스 Matrix.Writers.CompositeWriter

상속: IWriter
파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

메소드 설명
CompositeWriter ( IEnumerable writers ) : System
Dispose ( ) : void
Write ( string value ) : void
WriteLine ( ) : void

비공개 메소드들

메소드 설명
DoForEachWriter ( Action action ) : void

메소드 상세

CompositeWriter() 공개 메소드

public CompositeWriter ( IEnumerable writers ) : System
writers IEnumerable
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Write() 공개 메소드

public Write ( string value ) : void
value string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void