Table of Contents

Method RemoveAt

Namespace
LMKit.Data
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 metadata entry to remove.

Exceptions

ArgumentOutOfRangeException

index is less than 0 or greater than or equal to Count.

InvalidOperationException

The collection is read-only.