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

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

``` diff
 namespace System.Xml {
     [NullableAttribute((byte)0)]
     [NullableContextAttribute((byte)1)]
     public class XmlElement : XmlLinkedNode {
-        protected internal XmlElement(string prefix, string localName, [NullableAttribute((byte)2)] string? namespaceURI, XmlDocument doc);
+        protected internal XmlElement([NullableAttribute((byte)2)] string? prefix, string localName, [NullableAttribute((byte)2)] string? namespaceURI, XmlDocument doc);
     }
 }
```