C# Class NProxy.Core.Benchmark.LinFuProxyCache

Inheritance: IProxyCache
Afficher le fichier Open project: mtamme/NProxy

Méthodes publiques

Méthode Description
Contains ( Type baseType ) : bool
Get ( Type baseType ) : Type
Store ( Type result, Type baseType ) : void

Method Details

Contains() public méthode

public Contains ( Type baseType ) : bool
baseType System.Type
Résultat bool

Get() public méthode

public Get ( Type baseType ) : Type
baseType System.Type
Résultat System.Type

Store() public méthode

public Store ( Type result, Type baseType ) : void
result System.Type
baseType System.Type
Résultat void