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
arg0CharSequence
Returns
Exceptions
Append(CharSequence, int, int)
Appendable Append(CharSequence arg0, int arg1, int arg2)
Parameters
arg0CharSequencearg1intarg2int
Returns
Exceptions
Append(char)
Appendable Append(char arg0)