MulticastIPAddressInformationCollection.Remove Method

Definition

Throws a NotSupportedException because the collection is read-only and elements cannot be removed.

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

Parameters

address
MulticastIPAddressInformation

The object to be removed.

Returns

Always throws a NotSupportedException.

Implements

Applies to