Method | Description | |
---|---|---|
Create ( Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder ) : |
Creates a CallSite with the given delegate type and binder.
|
Method | Description | |
---|---|---|
CallSite ( System.Runtime.CompilerServices.CallSiteBinder binder ) : System.Collections.Generic |
public static Create ( Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder ) : |
||
delegateType | Type | The CallSite delegate type. |
binder | System.Runtime.CompilerServices.CallSiteBinder | The CallSite binder. |
return |