C# Class clojure.lang.PersistentStructMap.AccessorFn

A function providing quick access to given fixed key of a struct.
Inheritance: AFn
Afficher le fichier Open project: richhickey/clojure-clr

Méthodes publiques

Méthode Description
AccessorFn ( Def def, int index ) : System

Initialize.

invoke ( object arg1 ) : object

Method Details

AccessorFn() public méthode

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

invoke() public méthode

public invoke ( object arg1 ) : object
arg1 object
Résultat object