C# Class 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.
Exibir arquivo Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
InferenceResult ( Type type, BindingRestrictions restrictions ) : System

Method Details

InferenceResult() public method

public InferenceResult ( Type type, BindingRestrictions restrictions ) : System
type System.Type
restrictions System.Dynamic.BindingRestrictions
return System