System.Xml.Serialization.ImportContext
namespace System.Xml.Serialization
{
public class ImportContext
{
public bool { get; }
public CodeIdentifiers TypeIdentifiers { get; }
public StringCollection Warnings { get; }
public ImportContext(CodeIdentifiers identifiers, bool shareTypes);
}
}