Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Microsoft
Scripting
Actions
Calls
InferenceResult
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.
Mostrar archivo
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