C# Class IronPython.Runtime.Types.OperatorTracker

Inheritance: PythonCustomTracker
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

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

Method Details

GetSlot() public méthode

public GetSlot ( ) : PythonTypeSlot
Résultat PythonTypeSlot

OperatorTracker() public méthode

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