C# Class CSScheme.Continuation

Inheritance: Procedure
Afficher le fichier Open project: jackpal/Dandy-Dungeon Class Usage Examples

Méthodes publiques

Свойство Type Description
value Object

Méthodes publiques

Méthode Description
Continuation ( Exception cc ) : System
apply ( Scheme interpreter, Object args ) : Object

Method Details

Continuation() public méthode

public Continuation ( Exception cc ) : System
cc System.Exception
Résultat System

apply() public méthode

public apply ( Scheme interpreter, Object args ) : Object
interpreter Scheme
args Object
Résultat Object

Property Details

value public_oe property

public Object value
Résultat Object