CallSite.Create Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a call site with the given delegate type and binder.
Assembly: System.Core (in System.Core.dll)
'Declaration Public Shared Function Create ( _ delegateType As Type, _ binder As CallSiteBinder _ ) As CallSite
Parameters
- delegateType
- Type: System.Type
The call site delegate type.
- binder
- Type: System.Runtime.CompilerServices.CallSiteBinder
The call site binder.
Show: