C# Class Parrot.Infrastructure.Locals

TODO: Update summary.
显示文件 Open project: ParrotFx/Parrot Class Usage Examples

Public Methods

Method Description
Locals ( object>.IDictionary host ) : System
Pop ( ) : void

Removes the most recently added local values container from the stack

Push ( object value ) : int

Pushes a new local values container onto the stack

Method Details

Locals() public method

public Locals ( object>.IDictionary host ) : System
host object>.IDictionary
return System

Pop() public method

Removes the most recently added local values container from the stack
public Pop ( ) : void
return void

Push() public method

Pushes a new local values container onto the stack
public Push ( object value ) : int
value object
return int