Using InternalAdd to handle read only of IPAddressCollection
commit03823d39f4e32b627e291aae8744ee811c3e6a9a
authorHenric Müller <hemuller@microsoft.com>
Wed, 21 Sep 2016 11:45:04 +0000 (21 13:45 +0200)
committerHenric Müller <hemuller@microsoft.com>
Wed, 21 Sep 2016 11:45:04 +0000 (21 13:45 +0200)
tree8ab0bb6940b1091414cce5bd4ab7b87075e54968
parent668ee608ebba8031ea189dc050470e49499bbc63
Using InternalAdd to handle read only of IPAddressCollection

The read-only nature of Win32IPAddressCollection is handled by
the base class IPAddressCollection. Therefor removing the read-only
handling in this class and use InternalAdd from base class instead.
mcs/class/System/System.Net.NetworkInformation/IPAddressCollection.cs