C# 클래스 NUnitLite.MonoDroid.Example.TextWriterTextView

Implementation of TextWriter that outputs to a TextView control.
상속: System.IO.TextWriter
파일 보기 프로젝트 열기: rhwilburn/MVVM-for-Mono 1 사용 예제들

공개 메소드들

메소드 설명
TextWriterTextView ( Android.Widget.TextView textView ) : System.IO
Write ( string value ) : void
WriteLine ( string value ) : void

메소드 상세

TextWriterTextView() 공개 메소드

public TextWriterTextView ( Android.Widget.TextView textView ) : System.IO
textView Android.Widget.TextView
리턴 System.IO

Write() 공개 메소드

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

WriteLine() 공개 메소드

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