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
Demo
IntegerStack
C# Class Demo.IntegerStack
显示文件
Open project: ctsxamarintraining/October15
Class Usage Examples
Public Methods
Method
Description
IntegerStack
(
int
size
) :
System
Pop
( ) :
int
Push
(
int
number
) :
void
Method Details
IntegerStack()
public
method
public
IntegerStack
(
int
size
) :
System
size
int
return
System
Pop()
public
method
public
Pop
( ) :
int
return
int
Push()
public
method
public
Push
(
int
number
) :
void
number
int
return
void