Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
FastStack
C# Class FastStack, casanova-mk2
Show file
Open project: vs-team/casanova-mk2
Class Usage Examples
Public Properties
Property
Type
Description
Elements
int[]
Top
int
a
List
Public Methods
Method
Description
Clear
( ) :
void
FastStack
(
int
elems
) :
System.Linq
Push
(
int
x
) :
void
Method Details
Clear()
public
method
public
Clear
( ) :
void
return
void
FastStack()
public
method
public
FastStack
(
int
elems
) :
System.Linq
elems
int
return
System.Linq
Push()
public
method
public
Push
(
int
x
) :
void
x
int
return
void
Property Details
Elements
public property
public
int[]
Elements
return
int[]
Top
public property
public
int
Top
return
int
a
public property
public
List
a
return
List