Method | Description | |
---|---|---|
ClearData ( ) : void | ||
Dispose ( ) : void | ||
TextInputBuffer ( int length ) : System | ||
TextInputBuffer ( string initialText ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CreateBuffer ( int size ) : void | ||
FreeNativeBuffer ( ) : void | ||
Resize ( int newSize ) : void |
public TextInputBuffer ( int length ) : System | ||
length | int | |
return | System |
public TextInputBuffer ( string initialText ) : System | ||
initialText | string | |
return | System |