libsbml.ListOfUnits.get C# (CSharp) Method

get() public method

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