Removes the IList<(Of <(<'T>)>)> item at the specified index.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public void RemoveAt( int index ) |
Visual Basic |
---|
Public Sub RemoveAt ( index As Integer ) |
Visual C++ |
---|
public: virtual void RemoveAt( int index ) sealed |
F# |
---|
abstract RemoveAt : index : int -> unit override RemoveAt : index : int -> unit |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the Header to remove.
Implements
IList<(Of <(<'T>)>)>..::..RemoveAt(Int32)IList..::..RemoveAt(Int32)