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

clone() 공개 메소드

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