C# Class NProxy.Core.Benchmark.LinFuProxyCache

Inheritance: IProxyCache
Mostra file Open project: mtamme/NProxy

Public Methods

Method Description
Contains ( Type baseType ) : bool
Get ( Type baseType ) : Type
Store ( Type result, Type baseType ) : void

Method Details

Contains() public method

public Contains ( Type baseType ) : bool
baseType System.Type
return bool

Get() public method

public Get ( Type baseType ) : Type
baseType System.Type
return System.Type

Store() public method

public Store ( Type result, Type baseType ) : void
result System.Type
baseType System.Type
return void