Table of Contents

Method RemoveAt

Namespace
LMKit.Model
Assembly
LM-Kit.NET.dll

RemoveAt(int)

Removes the metadata entry at the specified index.

public void RemoveAt(int index)

Parameters

index int

The zero-based index of the item to remove.

Exceptions

ArgumentOutOfRangeException

Thrown if the index is less than 0 or greater than or equal to the number of items in the collection, indicating that the index is out of range.