libsbml.ListOfReactions.clone C# (CSharp) Method

clone() public method

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