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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Wicher <kwicher@microsoft.com>2016-06-29 20:37:24 +0300
committerKrzysztof Wicher <kwicher@microsoft.com>2016-06-29 20:37:24 +0300
commit0a4ac2d55de4502a5537401cb331efc209918fbf (patch)
tree1232e6c0f401d719ee00fd5f0a4a01802517245d /pkg/descriptions.json
parenta8043c3a4c2fce983aad0306c6237496537d9577 (diff)
system.xml.linq building (with bad refs)
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index fd150b0367..59635ee10e 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -1734,6 +1734,22 @@
]
},
{
+ "Name": "System.Xml.Linq",
+ "Description": "Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily.",
+ "CommonTypes": [
+ "System.Xml.Linq.XElement",
+ "System.Xml.Linq.XAttribute",
+ "System.Xml.Linq.XDocument",
+ "System.Xml.Linq.XText",
+ "System.Xml.Linq.XNode",
+ "System.Xml.Linq.XContainer",
+ "System.Xml.Linq.XComment",
+ "System.Xml.Linq.XObject",
+ "System.Xml.Linq.XProcessingInstruction",
+ "System.Xml.Linq.XDocumentType"
+ ]
+ },
+ {
"Name": "System.Xml.XmlDocument",
"Description": "Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package.",
"CommonTypes": [