libsbmlcs.FunctionDefinition.FunctionDefinition C# (CSharp) Method

FunctionDefinition() public method

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

Same methods

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