Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
NSubstitute
Core
CallCollection.CallWrapper
C# Class 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.
Afficher le fichier
Open project: nsubstitute/NSubstitute
Méthodes publiques
Méthode
Description
CallWrapper
(
ICall
call
) :
System
Delete
( ) :
void
Method Details
CallWrapper()
public
méthode
public
CallWrapper
(
ICall
call
) :
System
call
ICall
Résultat
System
Delete()
public
méthode
public
Delete
( ) :
void
Résultat
void