C# Class Dynamitey.Internal.Optimization.BinderHash

Afficher le fichier Open project: ekonbenefits/dynamitey Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

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
Résultat System

BinderHash() protected méthode

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
Résultat System

Equals() public méthode

public Equals ( BinderHash other ) : bool
other BinderHash
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int