C# Class IronPython.Runtime.Types.OperatorTracker

Inheritance: PythonCustomTracker
Mostra file Open project: jschementi/iron

Public Methods

Method Description
GetSlot ( ) : PythonTypeSlot
OperatorTracker ( Type declaringType, string name, bool reversed ) : System.Linq.Expressions

Method Details

GetSlot() public method

public GetSlot ( ) : PythonTypeSlot
return PythonTypeSlot

OperatorTracker() public method

public OperatorTracker ( Type declaringType, string name, bool reversed ) : System.Linq.Expressions
declaringType System.Type
name string
reversed bool
return System.Linq.Expressions