libsbml.ListOfReactions.get C# (CSharp) Method

get() public method

public get ( long n ) : Reaction
n long
return Reaction
        public new Reaction get(long n)
        {
            IntPtr cPtr = libsbmlPINVOKE.ListOfReactions_get__SWIG_0(swigCPtr, n);
            Reaction ret = (cPtr == IntPtr.Zero) ? null : new Reaction(cPtr, false);
            return ret;
        }

Same methods

ListOfReactions::get ( string sid ) : Reaction