C# Class Parrot.Infrastructure.Locals

TODO: Update summary.
Afficher le fichier Open project: ParrotFx/Parrot Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Locals ( object>.IDictionary host ) : System
host object>.IDictionary
Résultat System

Pop() public méthode

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

Push() public méthode

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