libsbmlcs.ListOfReactions.ListOfReactions C# (CSharp) Method

ListOfReactions() private method

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

Same methods

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