libsbml.XMLInputStream.XMLInputStream C# (CSharp) Method

XMLInputStream() private method

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

Same methods

XMLInputStream::XMLInputStream ( string content ) : System
XMLInputStream::XMLInputStream ( string content, bool isFile ) : System
XMLInputStream::XMLInputStream ( string content, bool isFile, string library ) : System
XMLInputStream::XMLInputStream ( string content, bool isFile, string library, XMLErrorLog errorLog ) : System