libsbmlcs.Delay.Delay C# (CSharp) Method

Delay() public method

public Delay ( Delay orig ) : System
orig Delay
return System
        public Delay(Delay orig)
            : this(libsbmlPINVOKE.new_Delay__SWIG_2(Delay.getCPtr(orig)), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

Delay::Delay ( IntPtr cPtr, bool cMemoryOwn ) : System
Delay::Delay ( SBMLNamespaces sbmlns ) : System
Delay::Delay ( long level, long version ) : System