Table of Contents

Method Get

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

Get(string)

Retrieves the metadata entry with the specified key.

public Metadata Get(string key)

Parameters

key string

The key of the metadata entry to retrieve.

Returns

Metadata

The Metadata object with the specified key.

Exceptions

KeyNotFoundException

Thrown if a metadata entry with the specified key is not found in the collection.