Table of Contents

Property this

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

this[int]

Gets or sets the metadata entry at the specified zero-based index.

public Metadata this[int index] { get; set; }

Parameters

index int

The zero-based index of the metadata entry to get or set.

Property Value

Metadata

The metadata entry at the specified index.