Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-preview5_System.Net.md « Microsoft.NETCore.App « preview5 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e04662981013048abe98d85805fa34e3cf8e1244 (plain)
1
2
3
4
5
6
7
8
9
10
# System.Net

``` diff
 namespace System.Net {
     public class IPAddress {
         public long Address { get; set; }
     }
 }
```