C# 클래스 IronPython.Runtime.Binding.WarningInfo

파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
AddWarning ( Expression codeContext, DynamicMetaObject result ) : DynamicMetaObject
WarningInfo ( IronPython.Runtime.Types.PythonType type, string message ) : System.Linq.Expressions
WarningInfo ( IronPython.Runtime.Types.PythonType type, string message, Expression condition ) : System.Linq.Expressions

메소드 상세

AddWarning() 공개 메소드

public AddWarning ( Expression codeContext, DynamicMetaObject result ) : DynamicMetaObject
codeContext Expression
result System.Dynamic.DynamicMetaObject
리턴 System.Dynamic.DynamicMetaObject

WarningInfo() 공개 메소드

public WarningInfo ( IronPython.Runtime.Types.PythonType type, string message ) : System.Linq.Expressions
type IronPython.Runtime.Types.PythonType
message string
리턴 System.Linq.Expressions

WarningInfo() 공개 메소드

public WarningInfo ( IronPython.Runtime.Types.PythonType type, string message, Expression condition ) : System.Linq.Expressions
type IronPython.Runtime.Types.PythonType
message string
condition Expression
리턴 System.Linq.Expressions