Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
VSCodeDebug
ByteBuffer
C# 클래스 VSCodeDebug.ByteBuffer
파일 보기
프로젝트 열기: Microsoft/vscode-mono-debug
공개 메소드들
메소드
설명
Append
(
byte
b
,
int
length
) :
void
ByteBuffer
( ) :
System
GetString
(
Encoding
enc
) :
string
RemoveFirst
(
int
n
) :
byte[]
메소드 상세
Append()
공개
메소드
public
Append
(
byte
b
,
int
length
) :
void
b
byte
length
int
리턴
void
ByteBuffer()
공개
메소드
public
ByteBuffer
( ) :
System
리턴
System
GetString()
공개
메소드
public
GetString
(
Encoding
enc
) :
string
enc
System.Text.Encoding
리턴
string
RemoveFirst()
공개
메소드
public
RemoveFirst
(
int
n
) :
byte[]
n
int
리턴
byte[]