NameObjectCollectionRemove Method

Removes the entries with the specified key from this NameObjectCollection instance.

Definition

Namespace: DevCase.Runtime.Collections
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Remove(
	string name
)

Parameters

name  String
The String key of the entry to remove. The key can be null.

Exceptions

NotSupportedException The collection is read-only.

See Also