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

SchemaImporterExtensionElement() public method

public SchemaImporterExtensionElement ( ) : System
return System
        public SchemaImporterExtensionElement()
        {
            this.properties.Add(this.name);
            this.properties.Add(this.type);
        }

Same methods

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