C# Class Demo.GeneralPurposeStack

Afficher le fichier Open project: ctsxamarintraining/October15 Class Usage Examples

Méthodes publiques

Méthode Description
GeneralPurposeStack ( int size ) : System
Pop ( ) : object
Push ( object data ) : void

Method Details

GeneralPurposeStack() public méthode

public GeneralPurposeStack ( int size ) : System
size int
Résultat System

Pop() public méthode

public Pop ( ) : object
Résultat object

Push() public méthode

public Push ( object data ) : void
data object
Résultat void