libsbmlcs.ASTNode.ASTNode C# (CSharp) Method

ASTNode() private method

private ASTNode ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal ASTNode(IntPtr cPtr, bool cMemoryOwn)
            : base(libsbmlPINVOKE.ASTNode_SWIGUpcast(cPtr), cMemoryOwn)
        {
            //super(libsbmlPINVOKE.ASTNodeUpcast(cPtr), cMemoryOwn);
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

ASTNode::ASTNode ( ) : System
ASTNode::ASTNode ( ASTNode orig ) : System
ASTNode::ASTNode ( SBMLNamespaces sbmlns ) : System
ASTNode::ASTNode ( SBMLNamespaces sbmlns, int type ) : System
ASTNode::ASTNode ( int type ) : System