C# Class Cream.Trail

Show file Open project: kikoanis/CSharpCream Class Usage Examples

Public Methods

Method Description
Push ( Variable v ) : void
Size ( ) : int
Undo ( int size0 ) : void

Method Details

Push() public method

public Push ( Variable v ) : void
v Variable
return void

Size() public method

public Size ( ) : int
return int

Undo() public method

public Undo ( int size0 ) : void
size0 int
return void