StringBuilder
System.Text.StringBuilder
System.Object
${this}.append(${arg})
System.Object
arg
Append
System.Text.StringBuilder
${this}.append((${arg}) + System.getProperty("line.separator"))
System.String
arg
AppendLine
System.Text.StringBuilder
RusticiSoftware.System.Text.StringBuilderSupport
StringBuilderSupport.ensureCapacity(${this}, ${arg})
System.Int32
arg
EnsureCapacity
System.Int32
${this}.insert(${idx}, ${obj})
System.Int32
idx
System.Object
obj
Insert
System.Text.StringBuilder
${this}.replace(${old}, ${new})
System.Char
old
System.Char
new
Replace
System.Text.StringBuilder
${this}.delete(${startIndex}, (${startIndex})+(${length}))
System.Int32
startIndex
System.Int32
length
Remove
System.Text.StringBuilder
${this}.substring(${startIndex}, (${startIndex})+(${length}))
System.Int32
startIndex
System.Int32
length
ToString
System.String
RusticiSoftware.System.Text.StringBuilderSupport
${this}.length()
System.Int32
Length
${this}.length()
StringBuilderSupport.setLength(${this}, ${value})
${this}.capacity()
System.Int32
Capacity
${this}.capacity()
${this}.ensureCapacity(${value})
new StringBuilder()
new StringBuilder(${str})
System.String
str