TexfileLinesRemoveAt(IEnumerableInt32) Method

Removes the elements at the specified indices of this TexfileLines.

Definition

Namespace: DevCase.Core.DataProcessing.TextFiles
Assembly: 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
)

Parameters

indices  IEnumerableInt32
The zero-based indices of the elements to remove.

Exceptions

ArgumentOutOfRangeException indices

See Also