libsbml.ListOfSpecies.clone C# (CSharp) Method

clone() public method

public clone ( ) : ListOfSpecies
return ListOfSpecies
        public new ListOfSpecies clone()
        {
            IntPtr cPtr = libsbmlPINVOKE.ListOfSpecies_clone(swigCPtr);
            ListOfSpecies ret = (cPtr == IntPtr.Zero) ? null : new ListOfSpecies(cPtr, true);
            return ret;
        }