Click or drag to resize

ChartRoutinesDisposeAllAndClearT Method

LightningChart .NET Help
Dispose items and clear the list

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public static void DisposeAllAndClear<T>(
	List<T> list
)
where T : IDisposable

Parameters

list
Type: System.Collections.GenericListT
List to be disposed and cleared

Type Parameters

T
Chart object type
See Also