Merge pull request #87 from eadordzhiev/master

Fix a typo
This commit is contained in:
Lee Coward 2016-05-17 08:19:52 -07:00
commit de42133162

View file

@ -1002,7 +1002,7 @@ namespace System.Net.NetworkInformation {
public NetworkInformationException(int errorCode);
public int ErrorCode { get; }
}
public staticabstract class NetworkInterface {
public static abstract class NetworkInterface {
protected NetworkInterface();
public virtual string Description { get; }
public virtual string Id { get; }