UnsafeStringBuilder.Append Method (Char, Char, Char) |
Appends three char to the current UnsafeStringBuilder.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public bool Append( char c1, char c2, char c3 )
Parameters
- c1
- Type: System.Char
A char. - c2
- Type: System.Char
A char. - c3
- Type: System.Char
A char.
Return Value
Type: Booleantrue in case of success, false in case of buffer overflow.