Class ConcurrentBagExtensions
Inherited Members
Namespace: System.Collections.Concurrent
Assembly: Mapsui.dll
Syntax
public static class ConcurrentBagExtensions
Methods
| Edit this page View SourceClear<T>(ConcurrentBag<T>)
Clear Implementation for .net Standard 2.0
Declaration
public static void Clear<T>(this ConcurrentBag<T> bag)
Parameters
| Type | Name | Description |
|---|---|---|
| ConcurrentBag<T> | bag | bag |
Type Parameters
| Name | Description |
|---|---|
| T | T |