Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ClassLibrary
Stack
C# Class ClassLibrary.Stack
Exibir arquivo
Open project: snahider/Test-Automation-NET
Class Usage Examples
Public Methods
Method
Description
Pop
( ) :
int
Push
(
int
element
) :
void
Method Details
Pop()
public
method
public
Pop
( ) :
int
return
int
Push()
public
method
public
Push
(
int
element
) :
void
element
int
return
void