Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
IronPython
Runtime
Binding
BinaryRetTypeBinder
C# Class IronPython.Runtime.Binding.BinaryRetTypeBinder
Inheritance:
Microsoft.Scripting.Actions.ComboBinder
,
IExpressionSerializable
显示文件
Open project: jschementi/iron
Public Methods
Method
Description
BinaryRetTypeBinder
(
DynamicMetaObjectBinder
operationBinder
,
PythonConversionBinder
conversionBinder
) :
System
CreateExpression
( ) :
Expression
Method Details
BinaryRetTypeBinder()
public
method
public
BinaryRetTypeBinder
(
DynamicMetaObjectBinder
operationBinder
,
PythonConversionBinder
conversionBinder
) :
System
operationBinder
System.Dynamic.DynamicMetaObjectBinder
conversionBinder
PythonConversionBinder
return
System
CreateExpression()
public
method
public
CreateExpression
( ) :
Expression
return
Expression