C# Класс Microsoft.Scripting.Actions.Calls.InferenceResult

Provides information about the result of a custom object which dynamically infers back types. Currently only used for invokable objects to feedback the types for a delegate type.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InferenceResult ( Type type, BindingRestrictions restrictions ) : System

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

InferenceResult() публичный Метод

public InferenceResult ( Type type, BindingRestrictions restrictions ) : System
type System.Type
restrictions System.Dynamic.BindingRestrictions
Результат System