System.Xml.Serialization.XmlSchemaProviderAttribute.XmlSchemaProviderAttribute C# (CSharp) Method

XmlSchemaProviderAttribute() public method

public XmlSchemaProviderAttribute ( string methodName ) : System
methodName string
return System
        public XmlSchemaProviderAttribute(string methodName) {
            this.methodName = methodName;
        }
        
XmlSchemaProviderAttribute