20 _buffer =
new byte[initialSize];
27 byte[]
array =
new byte[(_buffer.Length * 2 > _buffer.Length +
count) ? (
_buffer.Length * 2) : (_buffer.Length +
count)];
58 if (!
string.IsNullOrEmpty(
value))
82 for (
int i = 0; i <
count; i++)
static void BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)
void Append(string value, int offset, int count)
void Append(string value, bool allowUnicode)
void Append(byte[] value, int offset, int count)
BufferBuilder(int initialSize)
void Append(string value, int offset, int count, bool allowUnicode)
void EnsureBuffer(int count)
void Append(byte[] value)
void Append(string value)
static string Format(string resourceFormat, object p1)
static string MailHeaderFieldInvalidCharacter