libsbmlcs.ASTNode.ASTNode C# (CSharp) Method

ASTNode() public method

public ASTNode ( int type ) : System
type int
return System
        public ASTNode(int type)
            : this(libsbmlPINVOKE.new_ASTNode__SWIG_0(type), true)
        {
        }

Same methods

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