Table of Contents

Method Insert

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

Insert(int, Metadata)

Inserts a metadata entry into the collection at the specified index.

public void Insert(int index, Metadata item)

Parameters

index int

The zero-based index at which item should be inserted.

item Metadata

The metadata entry to insert.

Exceptions

ArgumentOutOfRangeException

index is less than 0 or greater than Count.

InvalidOperationException

The collection is read-only.