libsbml.XMLNamespaces.XMLNamespaces C# (CSharp) Method

XMLNamespaces() private method

private XMLNamespaces ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal XMLNamespaces(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr    = new HandleRef(this, cPtr);
        }

Same methods

XMLNamespaces::XMLNamespaces ( ) : System
XMLNamespaces::XMLNamespaces ( XMLNamespaces orig ) : System