TexfileLinesRemoveAt(IEnumerableInt32) Method
Removes the elements at the specified indices of this
TexfileLines.
Namespace: DevCase.Core.DataProcessing.TextFilesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void RemoveAt(
IEnumerable<int> indices
)
Public Overridable Sub RemoveAt (
indices As IEnumerable(Of Integer)
)
Dim instance As TexfileLines
Dim indices As IEnumerable(Of Integer)
instance.RemoveAt(indices)
public:
virtual void RemoveAt(
IEnumerable<int>^ indices
)
abstract RemoveAt :
indices : IEnumerable<int> -> unit
override RemoveAt :
indices : IEnumerable<int> -> unit
No code example is currently available or this language may not be supported.
Parameters
- indices IEnumerableInt32
-
The zero-based indices of the elements to remove.
ArgumentOutOfRangeException
|
indices
|