C# 클래스 clojure.lang.Var.Frame

Represents a set of Var bindings established at a particular point in the call stack.
파일 보기 프로젝트 열기: clojure/clojure-clr

공개 메소드들

메소드 설명
Clone ( ) : object
Frame ( Associative bindings, Frame prev ) : System

Construct a frame on the stack.

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Frame() 공개 메소드

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.
리턴 System