ChartRoutinesDisposeAllAndClearT Method |
LightningChart .NET Help
Dispose items and clear the list
Namespace:
Arction.CustomControls.Trader.WinForms.Routines
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntaxpublic static void DisposeAllAndClear<T>(
List<T> list
)
where T : IDisposable
Public Shared Sub DisposeAllAndClear(Of T As IDisposable) (
list As List(Of T)
)
public:
generic<typename T>
where T : IDisposable
static void DisposeAllAndClear(
List<T>^ list
)
Parameters
- list
- Type: System.Collections.GenericListT
List to be disposed and cleared
Type Parameters
- T
- Chart object type
See Also