Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
System
Xml
ByteStack
C# Class System.Xml.ByteStack
显示文件
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Public Methods
Method
Description
ByteStack
(
int
growthRate
) :
System
Peek
( ) :
byte
Pop
( ) :
byte
Push
(
byte
data
) :
void
Method Details
ByteStack()
public
method
public
ByteStack
(
int
growthRate
) :
System
growthRate
int
return
System
Peek()
public
method
public
Peek
( ) :
byte
return
byte
Pop()
public
method
public
Pop
( ) :
byte
return
byte
Push()
public
method
public
Push
(
byte
data
) :
void
data
byte
return
void