libsbmlcs.ListOfSpecies.get C# (CSharp) Method

get() public method

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

Same methods

ListOfSpecies::get ( string sid ) : Species