clojure.lang.PersistentStructMap.AccessorFn.AccessorFn C# (CSharp) Метод

AccessorFn() публичный Метод

Initialize.
public AccessorFn ( Def def, int index ) : System
def Def The struct definition.
index int The index of the key to access.
Результат System
            public AccessorFn(Def def, int index)
            {
                _def = def;
                _index = index;
            }
PersistentStructMap.AccessorFn