C# 클래스 clojure.lang.LockingTransaction.CFn

Pending call of a function on arguments.
파일 보기 프로젝트 열기: richhickey/clojure-clr

공개 메소드들

메소드 설명
CFn ( IFn fn, ISeq args ) : System

Construct one.

메소드 상세

CFn() 공개 메소드

Construct one.
public CFn ( IFn fn, ISeq args ) : System
fn IFn The function to invoke.
args ISeq The arguments to invoke the function on.
리턴 System