Interface IAppendable
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html
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)