C# Класс System.Runtime.CompilerServices.CallSite

A Dynamic Call Site base class. This type is used as a parameter type to the dynamic site targets. The first parameter of the delegate (T) below must be of this type.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Create ( Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder ) : CallSite

Creates a CallSite with the given delegate type and binder.

Приватные методы

Метод Описание
CallSite ( System.Runtime.CompilerServices.CallSiteBinder binder ) : System.Collections.Generic

Описание методов

Create() публичный статический Метод

Creates a CallSite with the given delegate type and binder.
public static Create ( Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder ) : CallSite
delegateType Type The CallSite delegate type.
binder System.Runtime.CompilerServices.CallSiteBinder The CallSite binder.
Результат CallSite