Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
clojure
lang
GenDelegate
C# Class clojure.lang.GenDelegate
Datei anzeigen
Open project: richhickey/clojure-clr
Public Methods
Method
Description
Create
(
Type
delegateType
,
IFn
fn
) :
Delegate
SaveProxyContext
( ) :
void
Method Details
Create()
public
static
method
public
static
Create
(
Type
delegateType
,
IFn
fn
) :
Delegate
delegateType
System.Type
fn
IFn
return
System.Delegate
SaveProxyContext()
public
static
method
public
static
SaveProxyContext
( ) :
void
return
void