Method Remove
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
stringThe 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
MetadataThe metadata entry to remove.
Returns
- bool
True if the metadata entry was successfully removed; otherwise, false.