System.Xml.Serialization.XmlSchemaProviderAttribute
namespace System.Xml.Serialization
{
public sealed class XmlSchemaProviderAttribute : Attribute
{
public bool IsAny { get; set; }
public string MethodName { get; }
public XmlSchemaProviderAttribute(string methodName);
}
}