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 the metadata entry should be inserted.

item Metadata

The metadata entry to insert.