DocumentInfo.Remove

DocumentInfo.Remove method

Removes the element with the specified key from the collection.

public void Remove(string key)
ParameterTypeDescription
keyStringThe key of the element to remove.

See Also