libsbml.SBMLValidator.clone C# (CSharp) Method

clone() public method

public clone ( ) : SBMLValidator
return SBMLValidator
        public virtual SBMLValidator clone()
        {
            IntPtr cPtr = (SwigDerivedClassHasMethod("clone", swigMethodTypes0) ? libsbmlPINVOKE.SBMLValidator_cloneSwigExplicitSBMLValidator(swigCPtr) : libsbmlPINVOKE.SBMLValidator_clone(swigCPtr));
            SBMLValidator ret = (cPtr == IntPtr.Zero) ? null : new SBMLValidator(cPtr, true);
            return ret;
        }