libsbmlcs.ListOfSpeciesTypes.get C# (CSharp) Method

get() public method

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

Same methods

ListOfSpeciesTypes::get ( string sid ) : SpeciesType