System.Xml.Serialization.SoapSchemaExporter.ExportRootMapping C# (CSharp) Метод

ExportRootMapping() приватный Метод

private ExportRootMapping ( StructMapping mapping ) : XmlQualifiedName
mapping StructMapping
Результат System.Xml.XmlQualifiedName
        XmlQualifiedName ExportRootMapping(StructMapping mapping) {
            if (!exportedRoot) {
                exportedRoot = true;
                ExportDerivedMappings(mapping);
            }
            return new XmlQualifiedName(Soap.UrType, XmlSchema.Namespace);
        }