C# 클래스 System.Net.Mail.BufferBuilder

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

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