libsbml.ListOfSpeciesReferences.clone C# (CSharp) Method

clone() public method

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