System.Xml.Serialization.Configuration.SchemaImporterExtensionElement.SchemaImporterExtensionElement C# (CSharp) Method

SchemaImporterExtensionElement() public method

public SchemaImporterExtensionElement ( string name, Type type ) : System
name string
type System.Type
return System
        public SchemaImporterExtensionElement(string name, Type type) : this()
        {
            this.Name = name;
            this.Type = type;
        }

Same methods

SchemaImporterExtensionElement::SchemaImporterExtensionElement ( ) : System
SchemaImporterExtensionElement::SchemaImporterExtensionElement ( string name, string type ) : System
SchemaImporterExtensionElement