<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Runtime.Serialization.XsdDataContractExporter

public ExportOptions Options { get; set; }

public XmlSchemaSet Schemas { get; }

public bool CanExport(ICollection<Assembly> assemblies)

public bool CanExport(ICollection<Type> types)

public bool CanExport(Type type)

public void Export(ICollection<Assembly> assemblies)

public void Export(ICollection<Type> types)

public void Export(Type type)