libsbmlcs.FunctionDefinition.FunctionDefinition C# (CSharp) 메소드

FunctionDefinition() 공개 메소드

public FunctionDefinition ( FunctionDefinition orig ) : System
orig FunctionDefinition
리턴 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