C# Class Irony.Interpreter.DataStack

Afficher le fichier Open project: o2platform/O2.Platform.Projects Class Usage Examples

Méthodes publiques

Méthode Description
Init ( object unassigned ) : void
Pop ( ) : object
Pop ( int count ) : void
PopUntil ( int toCount ) : void
Push ( object item ) : void
Replace ( int removeCount, object item ) : void
ToString ( ) : string
this ( int index ) : object

Method Details

Init() public méthode

public Init ( object unassigned ) : void
unassigned object
Résultat void

Pop() public méthode

public Pop ( ) : object
Résultat object

Pop() public méthode

public Pop ( int count ) : void
count int
Résultat void

PopUntil() public méthode

public PopUntil ( int toCount ) : void
toCount int
Résultat void

Push() public méthode

public Push ( object item ) : void
item object
Résultat void

Replace() public méthode

public Replace ( int removeCount, object item ) : void
removeCount int
item object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : object
index int
Résultat object