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 to remove.

Returns

bool

True if an item 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 to remove.

Returns

bool

True if the metadata was successfully removed from the collection; otherwise, false.