CallSite<T>.Create(CallSiteBinder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the dynamic call site, initialized with the binder responsible for the runtime binding of the dynamic operations at this call site.
public:
static System::Runtime::CompilerServices::CallSite<T> ^ Create(System::Runtime::CompilerServices::CallSiteBinder ^ binder);
public static System.Runtime.CompilerServices.CallSite<T> Create (System.Runtime.CompilerServices.CallSiteBinder binder);
static member Create : System.Runtime.CompilerServices.CallSiteBinder -> System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)>
Public Shared Function Create (binder As CallSiteBinder) As CallSite(Of T)
Parameters
- binder
- CallSiteBinder
The binder responsible for the runtime binding of the dynamic operations at this call site.
Returns
The new instance of dynamic call site.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.