LockingCacheOptionsDisposeDroppedValues Property
Gets or sets whether dropped values are disposed if they implement
IDisposable.
Default value:
.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool DisposeDroppedValues { get; set; }
Public Property DisposeDroppedValues As Boolean
Get
Set
public:
property bool DisposeDroppedValues {
bool get ();
void set (bool value);
}
member DisposeDroppedValues : bool with get, set
Property Value
Boolean