<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Xml.Serialization.XmlArrayAttribute

public class XmlArrayAttribute : Attribute
namespace System.Xml.Serialization { public class XmlArrayAttribute : Attribute { public string ElementName { get; set; } public XmlSchemaForm Form { get; set; } public bool IsNullable { get; set; } public string Namespace { get; set; } public int Order { get; set; } public XmlArrayAttribute(); public XmlArrayAttribute(string elementName); } }