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.
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
InferenceResult ( Type type, BindingRestrictions restrictions ) : System

Method Details

InferenceResult() public méthode

public InferenceResult ( Type type, BindingRestrictions restrictions ) : System
type System.Type
restrictions System.Dynamic.BindingRestrictions
Résultat System