C# Class Microsoft.Scripting.Actions.ExtensionUnaryOperationBinder

Inheritance: System.Dynamic.UnaryOperationBinder
Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
ExtensionUnaryOperationBinder ( string operation ) : System.Linq.Expressions

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ExtensionUnaryOperationBinder() protected method

protected ExtensionUnaryOperationBinder ( string operation ) : System.Linq.Expressions
operation string
return System.Linq.Expressions

GetHashCode() public method

public GetHashCode ( ) : int
return int