Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NSubstitute
Core
CallCollection.CallWrapper
C# 클래스 NSubstitute.Core.CallCollection.CallWrapper
Wrapper to track that particular entry was deleted. That is needed because concurrent collections don't have a Delete method. We null the hold value to not leak memory.
파일 보기
프로젝트 열기: nsubstitute/NSubstitute
공개 메소드들
메소드
설명
CallWrapper
(
ICall
call
) :
System
Delete
( ) :
void
메소드 상세
CallWrapper()
공개
메소드
public
CallWrapper
(
ICall
call
) :
System
call
ICall
리턴
System
Delete()
공개
메소드
public
Delete
( ) :
void
리턴
void