NameObjectCollectionRemove Method
Namespace: DevCase.Runtime.CollectionsAssembly: 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
)
Public Overridable Sub Remove (
name As String
)
Dim instance As NameObjectCollection
Dim name As String
instance.Remove(name)
public:
virtual void Remove(
String^ name
)
abstract Remove :
name : string -> unit
override Remove :
name : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- name String
-
The String key of the entry to remove. The key can be null.
NotSupportedException
|
The collection is read-only.
|