Interface IAppendable
.NET interface for TO BE DEFINED FROM USER
public interface IAppendable
Methods
Append(CharSequence)
Appendable Append(CharSequence arg0)
Parameters
arg0
CharSequence
Returns
Exceptions
Append(CharSequence, int, int)
Appendable Append(CharSequence arg0, int arg1, int arg2)
Parameters
arg0
CharSequencearg1
intarg2
int
Returns
Exceptions
Append(char)
Appendable Append(char arg0)