Click or drag to resize

ExtensionsClassRemoveAndDispose Method (IList, Int32)

LightningChart .NET Help
Removes item from the list and then disposes it.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static void RemoveAndDispose(
	this IList list,
	int i
)

Parameters

list
Type: System.CollectionsIList

[Missing <param name="list"/> documentation for "M:Arction.Wpf.ChartingMVVM.ExtensionsClass.RemoveAndDispose(System.Collections.IList,System.Int32)"]

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:Arction.Wpf.ChartingMVVM.ExtensionsClass.RemoveAndDispose(System.Collections.IList,System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IList. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also