System.Xml.Serialization.SchemaImporter.ImportRootMapping C# (CSharp) Method

ImportRootMapping() private method

private ImportRootMapping ( ) : StructMapping
return StructMapping
        internal StructMapping ImportRootMapping()
        {
            if (!_rootImported)
            {
                _rootImported = true;
                ImportDerivedTypes(XmlQualifiedName.Empty);
            }
            return GetRootMapping();
        }