Table of Contents

Method Remove

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

Remove(string)

Attempts to remove the first occurrence of a 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 was successfully removed; otherwise, false.

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 successfully removed; otherwise, false.