Table of Contents

Class Metadata

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

Represents a single metadata entry consisting of a key and a value. This class is used to store additional information in a structured form.

public sealed class Metadata
Inheritance
Metadata
Inherited Members

Constructors

Metadata(string, string)

Initializes a new instance of the Metadata class with the specified key and value.

Properties

Key

Gets the key of the metadata entry. This key acts as an identifier for the metadata.

Value

Gets the value of the metadata entry. This value contains the data associated with the key.