Table of Contents

Method ElementAt

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

ElementAt(int)

Retrieves the metadata entry at the specified zero-based index.

public Metadata ElementAt(int index)

Parameters

index int

The zero-based index of the metadata entry to retrieve.

Returns

Metadata

The Metadata object at the specified index.

Exceptions

ArgumentOutOfRangeException

Thrown if the index is less than 0 or greater than or equal to the number of items in the collection.