C# Class Dynamitey.Internal.Optimization.BinderHash

Show file Open project: ekonbenefits/dynamitey Class Usage Examples

Public Methods

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

Protected Methods

Method Description
BinderHash ( Type delegateType, InvokeMemberName name, Type context, string argNames, Type binderType, bool staticContext, bool isEvent, bool knownBinder ) : System
BinderHash ( Type delegateType, String name, Type context, string argNames, Type binderType, bool staticContext, bool isEvent, bool knownBinder ) : System

Method Details

BinderHash() protected method

protected BinderHash ( Type delegateType, InvokeMemberName name, Type context, string argNames, Type binderType, bool staticContext, bool isEvent, bool knownBinder ) : System
delegateType System.Type
name InvokeMemberName
context System.Type
argNames string
binderType System.Type
staticContext bool
isEvent bool
knownBinder bool
return System

BinderHash() protected method

protected BinderHash ( Type delegateType, String name, Type context, string argNames, Type binderType, bool staticContext, bool isEvent, bool knownBinder ) : System
delegateType System.Type
name String
context System.Type
argNames string
binderType System.Type
staticContext bool
isEvent bool
knownBinder bool
return System

Equals() public method

public Equals ( BinderHash other ) : bool
other BinderHash
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int