C# Class System.Text.RegularExpressions.Interpreter.IntStack

显示文件 Open project: runefs/Marvin

Public Methods

Method Description
Pop ( ) : int
Push ( int value ) : void

Method Details

Pop() public method

public Pop ( ) : int
return int

Push() public method

public Push ( int value ) : void
value int
return void