libsbml.SBase.SBase C# (CSharp) 메소드

SBase() 개인적인 메소드

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