<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />
System.Xml.Linq.XComment
namespace System.
Xml.
Linq
{
public class XComment :
XNode
{
public string { get; set; }
public XComment(
string value);
public XComment(
XComment other);
}
}