ExtensionsClassRemoveAndDispose Method (IList, Int32) |
LightningChart .NET Help
Removes item from the list and then disposes it.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static void RemoveAndDispose(
this IList list,
int i
)
<ExtensionAttribute>
Public Shared Sub RemoveAndDispose (
list As IList,
i As Integer
)
public:
[ExtensionAttribute]
static void RemoveAndDispose(
IList^ list,
int i
)
Parameters
- list
- Type: System.CollectionsIList
[Missing <param name="list"/> documentation for "M:Arction.Wpf.Charting.ExtensionsClass.RemoveAndDispose(System.Collections.IList,System.Int32)"]
- i
- Type: SystemInt32
[Missing <param name="i"/> documentation for "M:Arction.Wpf.Charting.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