libsbmlcs.ListOfConstraints.ListOfConstraints C# (CSharp) Method

ListOfConstraints() private method

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

Same methods

ListOfConstraints::ListOfConstraints ( SBMLNamespaces sbmlns ) : System
ListOfConstraints::ListOfConstraints ( long level, long version ) : System