C# Class FastStack, casanova-mk2

Afficher le fichier Open project: vs-team/casanova-mk2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Elements int[]
Top int
a List

Méthodes publiques

Méthode Description
Clear ( ) : void
FastStack ( int elems ) : System.Linq
Push ( int x ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

FastStack() public méthode

public FastStack ( int elems ) : System.Linq
elems int
Résultat System.Linq

Push() public méthode

public Push ( int x ) : void
x int
Résultat void

Property Details

Elements public_oe property

public int[] Elements
Résultat int[]

Top public_oe property

public int Top
Résultat int

a public_oe property

public List a
Résultat List