libsbmlcs.ListOfUnitDefinitions.clone C# (CSharp) 메소드

clone() 공개 메소드

public clone ( ) : ListOfUnitDefinitions
리턴 ListOfUnitDefinitions
        public new ListOfUnitDefinitions clone()
        {
            IntPtr cPtr = libsbmlPINVOKE.ListOfUnitDefinitions_clone(swigCPtr);
            ListOfUnitDefinitions ret = (cPtr == IntPtr.Zero) ? null : new ListOfUnitDefinitions(cPtr, true);
            return ret;
        }