C# Class FastStack, casanova-mk2

显示文件 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_oe property

public int[] Elements
return int[]

Top public_oe property

public int Top
return int

a public_oe property

public List a
return List