libsbml.ListOfFunctionDefinitions.clone C# (CSharp) Method

clone() public method

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