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

GetRootMapping() private method

private GetRootMapping ( ) : StructMapping
return StructMapping
        internal StructMapping GetRootMapping()
        {
            if (_root == null)
                _root = CreateRootMapping();
            return _root;
        }