Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NProxy
Core
Benchmark
LinFuProxyCache
C# Class NProxy.Core.Benchmark.LinFuProxyCache
Inheritance:
IProxyCache
Mostrar archivo
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