Method | Description | |
---|---|---|
AddWarning ( Expression codeContext, |
||
WarningInfo ( IronPython.Runtime.Types.PythonType type, string message ) : System.Linq.Expressions | ||
WarningInfo ( IronPython.Runtime.Types.PythonType type, string message, Expression condition ) : System.Linq.Expressions |
public AddWarning ( Expression codeContext, |
||
codeContext | Expression | |
result | ||
return |
public WarningInfo ( IronPython.Runtime.Types.PythonType type, string message ) : System.Linq.Expressions | ||
type | IronPython.Runtime.Types.PythonType | |
message | string | |
return | System.Linq.Expressions |
public WarningInfo ( IronPython.Runtime.Types.PythonType type, string message, Expression condition ) : System.Linq.Expressions | ||
type | IronPython.Runtime.Types.PythonType | |
message | string | |
condition | Expression | |
return | System.Linq.Expressions |