C# Class UnitTest.Shared.Stack

Show file 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