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.
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
InferenceResult ( Type type, BindingRestrictions restrictions ) : System

메소드 상세

InferenceResult() 공개 메소드

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