共用方式為


CallSite.Create(Type, CallSiteBinder) 方法

定義

使用指定的委派型別和繫結器,建立呼叫站台。

public:
 static System::Runtime::CompilerServices::CallSite ^ Create(Type ^ delegateType, System::Runtime::CompilerServices::CallSiteBinder ^ binder);
public static System.Runtime.CompilerServices.CallSite Create (Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder);
static member Create : Type * System.Runtime.CompilerServices.CallSiteBinder -> System.Runtime.CompilerServices.CallSite
Public Shared Function Create (delegateType As Type, binder As CallSiteBinder) As CallSite

參數

delegateType
Type

呼叫站台的委派型別。

binder
CallSiteBinder

呼叫站台繫結器。

傳回

新的呼叫站台。

適用於