C# Class BonjourServer.UITextViewExtension

Afficher le fichier Open project: mikebluestein/learning_monotouch_code

Méthodes publiques

Méthode Description
AppendTextLine ( this textView, string text ) : void
ScrollToBottom ( this textView ) : void

Method Details

AppendTextLine() public static méthode

public static AppendTextLine ( this textView, string text ) : void
textView this
text string
Résultat void

ScrollToBottom() public static méthode

public static ScrollToBottom ( this textView ) : void
textView this
Résultat void