C# Класс System.Net.Mail.BufferBuilder

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Append void
Append void
Append void
Append void
Append void
Append void
BufferBuilder System
BufferBuilder System
EnsureBuffer void
GetBuffer byte[]
Reset void

Приватные методы

Метод Описание
Append ( byte value ) : void
Append ( byte value, int offset, int count ) : void
Append ( string value ) : void
Append ( string value, bool allowUnicode ) : void
Append ( string value, int offset, int count ) : void
Append ( string value, int offset, int count, bool allowUnicode ) : void
BufferBuilder ( ) : System
BufferBuilder ( int initialSize ) : System
EnsureBuffer ( int count ) : void
GetBuffer ( ) : byte[]
Reset ( ) : void