Table of Contents

Method Remove

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

Remove(string)

Removes the first metadata entry with the specified key from the collection.

public bool Remove(string key)

Parameters

key string

The key of the metadata entry to remove.

Returns

bool

true if a metadata entry with the specified key was found and removed; otherwise, false.

Exceptions

InvalidOperationException

The collection is read-only.

Remove(Metadata)

Removes the specified metadata entry from the collection.

public bool Remove(Metadata metadata)

Parameters

metadata Metadata

The metadata entry to remove.

Returns

bool

true if the metadata entry was found and removed; otherwise, false.

Exceptions

InvalidOperationException

The collection is read-only.