libsbml.SBMLConverterRegistry.SBMLConverterRegistry C# (CSharp) Method

SBMLConverterRegistry() private method

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