libsbmlcs.ASTNode.ASTNode C# (CSharp) Method

ASTNode() public method

public ASTNode ( ) : System
return System
        public ASTNode()
            : this(libsbmlPINVOKE.new_ASTNode__SWIG_1(), true)
        {
        }

Same methods

ASTNode::ASTNode ( ASTNode orig ) : System
ASTNode::ASTNode ( IntPtr cPtr, bool cMemoryOwn ) : System
ASTNode::ASTNode ( SBMLNamespaces sbmlns ) : System
ASTNode::ASTNode ( SBMLNamespaces sbmlns, int type ) : System
ASTNode::ASTNode ( int type ) : System