Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NProxy
Core
Benchmark
LinFuProxyCache
C# 클래스 NProxy.Core.Benchmark.LinFuProxyCache
상속:
IProxyCache
파일 보기
프로젝트 열기: mtamme/NProxy
공개 메소드들
메소드
설명
Contains
(
Type
baseType
) :
bool
Get
(
Type
baseType
) :
Type
Store
(
Type
result
,
Type
baseType
) :
void
메소드 상세
Contains()
공개
메소드
public
Contains
(
Type
baseType
) :
bool
baseType
System.Type
리턴
bool
Get()
공개
메소드
public
Get
(
Type
baseType
) :
Type
baseType
System.Type
리턴
System.Type
Store()
공개
메소드
public
Store
(
Type
result
,
Type
baseType
) :
void
result
System.Type
baseType
System.Type
리턴
void