System.Xml.Serialization.SchemaImporter.GetRootMapping C# (CSharp) 메소드

GetRootMapping() 개인적인 메소드

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