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