UnsafeStringBuilder.Append Method (Char[], Int32, Int32) |
Appends an array segment of char to the current UnsafeStringBuilder.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public bool Append( char[] c, int offset, int count )
Parameters
- c
- Type: System.Char[]
A non-null array of char. - offset
- Type: System.Int32
Index of the first char to be appended. - count
- Type: System.Int32
Number of char to be appended.
Return Value
Type: Booleantrue in case of success, false in case of buffer overflow.