C# Class AspectSharp.Core.Proxy.DefaultProxyFactory.AspectInstanceKey

Key to identify cached aspect type instances
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
AspectInstanceKey ( AspectSharp.Lang.AST.AspectDefinition aspect, Type baseClass ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

AspectInstanceKey() public méthode

public AspectInstanceKey ( AspectSharp.Lang.AST.AspectDefinition aspect, Type baseClass ) : System
aspect AspectSharp.Lang.AST.AspectDefinition
baseClass System.Type
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int