libsbml.ASTBase.ASTBase C# (CSharp) Метод

ASTBase() приватный Метод

private ASTBase ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
Результат System
        internal ASTBase(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr    = new HandleRef(this, cPtr);
        }