WebExtensionPropertyCollection.RemoveAt

WebExtensionPropertyCollection.RemoveAt method

Remove the property by the name.

public void RemoveAt(string name)
ParameterTypeDescription
nameStringThe name of the property.

See Also