Click or drag to resize

AutoFakeDispose Method (Boolean)

Handles disposal of managed and unmanaged resources.

Namespace:  Autofac.Extras.FakeItEasy
Assembly:  Autofac.Extras.FakeItEasy (in Autofac.Extras.FakeItEasy.dll) Version: 7.0.0+33b7a0dd8aef9b7b999200eb0c6cea7a45484151
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
to dispose of managed resources (during a manual execution of Dispose); or if this is getting run as part of finalization where managed resources may have already been cleaned up.
See Also