C# 클래스 BonjourServer.UITextViewExtension

파일 보기 프로젝트 열기: mikebluestein/learning_monotouch_code

공개 메소드들

메소드 설명
AppendTextLine ( this textView, string text ) : void
ScrollToBottom ( this textView ) : void

메소드 상세

AppendTextLine() 공개 정적인 메소드

public static AppendTextLine ( this textView, string text ) : void
textView this
text string
리턴 void

ScrollToBottom() 공개 정적인 메소드

public static ScrollToBottom ( this textView ) : void
textView this
리턴 void