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