INameObjectCollection.Remove(String) Method

Definition

Removes the entries with the specified key from the instance.

public:
 void Remove(System::String ^ name);
public void Remove (string name);
abstract member Remove : string -> unit
Public Sub Remove (name As String)

Parameters

name
String

A String string that represents the name of an entry.

Applies to