libsbml.SBMLNamespacesList.get C# (CSharp) Method

get() public method

public get ( uint n ) : SBMLNamespaces
n uint
return SBMLNamespaces
        public SBMLNamespaces get(uint n)
        {
            IntPtr cPtr = libsbmlPINVOKE.SBMLNamespacesList_get(swigCPtr, n);
            SBMLNamespaces ret = (cPtr == IntPtr.Zero) ? null : new SBMLNamespaces(cPtr, false);
            return ret;
        }