System.Xml.Serialization.XmlCodeExporter.ExportElement C# (CSharp) Method

ExportElement() public method

public ExportElement ( ElementAccessor element ) : void
element ElementAccessor
return void
        void ExportElement(ElementAccessor element) {
            ExportType(element.Mapping, Accessor.UnescapeName(element.Name), element.Namespace, element, true);
        }

Same methods

XmlCodeExporter::ExportElement ( CodeAttributeDeclarationCollection metadata, string name, string ns, TypeDesc typeDesc, TypeDesc dataTypeDesc, bool isNullable, XmlSchemaForm form, int sequenceId ) : void