libsbml.XMLAttributes.XMLAttributes C# (CSharp) Method

XMLAttributes() public method

public XMLAttributes ( ) : System
return System
        public XMLAttributes()
            : this(libsbmlPINVOKE.new_XMLAttributes__SWIG_0(), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

XMLAttributes::XMLAttributes ( IntPtr cPtr, bool cMemoryOwn ) : System
XMLAttributes::XMLAttributes ( XMLAttributes orig ) : System