C# Class clojure.lang.Var.Frame

Represents a set of Var bindings established at a particular point in the call stack.
Afficher le fichier Open project: clojure/clojure-clr

Méthodes publiques

Méthode Description
Clone ( ) : object
Frame ( Associative bindings, Frame prev ) : System

Construct a frame on the stack.

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Frame() public méthode

Construct a frame on the stack.
public Frame ( Associative bindings, Frame prev ) : System
bindings Associative Bindings all the way down the stack.
prev Frame The previous frame.
Résultat System