UnicastIPAddressInformationCollection::Remove Method (UnicastIPAddressInformation^)
.NET Framework (current version)
Throws a NotSupportedException because the collection is read-only and elements cannot be removed.
Assembly: System (in System.dll)
Parameters
- address
-
Type:
System.Net.NetworkInformation::UnicastIPAddressInformation^
The object to be removed.
Implements
ICollection<T>::Remove(T)
.NET Framework
Available since 2.0
Available since 2.0
Show: