C# 클래스 clojure.lang.PersistentStructMap.AccessorFn

A function providing quick access to given fixed key of a struct.
상속: AFn
파일 보기 프로젝트 열기: richhickey/clojure-clr

공개 메소드들

메소드 설명
AccessorFn ( Def def, int index ) : System

Initialize.

invoke ( object arg1 ) : object

메소드 상세

AccessorFn() 공개 메소드

Initialize.
public AccessorFn ( Def def, int index ) : System
def Def The struct definition.
index int The index of the key to access.
리턴 System

invoke() 공개 메소드

public invoke ( object arg1 ) : object
arg1 object
리턴 object