Table of Contents

Method ElementAt

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

ElementAt(int)

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

public LLM.Metadata ElementAt(int index)

Parameters

index int

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

Returns

LLM.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.