CallSite..::..Create Method
Namespace:
System.Runtime.CompilerServices
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
public static CallSite Create( Type delegateType, CallSiteBinder binder )
Public Shared Function Create ( _ delegateType As Type, _ binder As CallSiteBinder _ ) As CallSite
public: static CallSite^ Create( Type^ delegateType, CallSiteBinder^ binder )
Parameters
- delegateType
- Type: System..::..Type