C# Class Microsoft.Scripting.Actions.ExtensionUnaryOperationBinder

Inheritance: System.Dynamic.UnaryOperationBinder
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
ExtensionUnaryOperationBinder ( string operation ) : System.Linq.Expressions

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

ExtensionUnaryOperationBinder() protected méthode

protected ExtensionUnaryOperationBinder ( string operation ) : System.Linq.Expressions
operation string
Résultat System.Linq.Expressions

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int