libsbmlcs.Species.Species C# (CSharp) Method

Species() public method

public Species ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System
        public Species(SBMLNamespaces sbmlns)
            : this(libsbmlPINVOKE.new_Species__SWIG_1(SBMLNamespaces.getCPtr(sbmlns)), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

Species::Species ( IntPtr cPtr, bool cMemoryOwn ) : System
Species::Species ( Species orig ) : System
Species::Species ( long level, long version ) : System