using System; namespace Netron.GraphLib.IO.GraphML { /// /// The Netron.GraphLib.IO.GraphML contains the classes /// that map the GraphML schema. /// internal class NamespaceDoc { private NamespaceDoc() {} } }