C# Class clojure.lang.PersistentStructMap.AccessorFn

A function providing quick access to given fixed key of a struct.
Inheritance: AFn
显示文件 Open project: richhickey/clojure-clr

Public Methods

Method Description
AccessorFn ( Def def, int index ) : System

Initialize.

invoke ( object arg1 ) : object

Method Details

AccessorFn() public method

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

invoke() public method

public invoke ( object arg1 ) : object
arg1 object
return object