|
| .NET Framework Class Library |
| ConcurrentStack<(Of <(T>)>)..::.Clear Method |
| ConcurrentStack<(Of <(T>)>) Class See Also Send Feedback |
Removes all objects from the ConcurrentStack<(Of <(T>)>).
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Clear |
| C# |
|---|
public void Clear() |