IPAddressCollection.Remove(IPAddress) Methode

Definition

Löst einen NotSupportedException aus, da dieser Vorgang für diese Auflistung nicht unterstützt wird.

public:
 virtual bool Remove(System::Net::IPAddress ^ address);
public virtual bool Remove (System.Net.IPAddress address);
abstract member Remove : System.Net.IPAddress -> bool
override this.Remove : System.Net.IPAddress -> bool
Public Overridable Function Remove (address As IPAddress) As Boolean

Parameter

address
IPAddress

Das zu entfernende Objekt.

Gibt zurück

Boolean

Löst immer eine NotSupportedException aus.

Implementiert

Gilt für