.NET Framework Class Library |
BlockingCollection<(Of <(T>)>)..::.Dispose Method (Boolean) |
BlockingCollection<(Of <(T>)>) Class See Also Send Feedback |
Releases resources used by the BlockingCollection<(Of <(T>)>) instance.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Sub Dispose ( _ disposing As Boolean _ ) |
C# |
---|
protected virtual void Dispose( bool disposing ) |
Parameters
- disposing
- Type: System..::.Boolean
Whether being disposed explicitly (true) or due to a finalizer (false).