C# Class Inazuma.PetitClr.Core.Structure.Frame

Mostrar archivo Open project: mayuki/Inazuma

Public Methods

Method Description
Pop ( ) : void
Pop ( PetitClrThread thread ) : void
Push ( ) : void
Push ( PetitClrThread thread ) : void

Method Details

Pop() public method

public Pop ( ) : void
return void

Pop() public method

public Pop ( PetitClrThread thread ) : void
thread PetitClrThread
return void

Push() public method

public Push ( ) : void
return void

Push() public method

public Push ( PetitClrThread thread ) : void
thread PetitClrThread
return void