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

Species() 개인적인 메소드

private Species ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
리턴 System
        internal Species(IntPtr cPtr, bool cMemoryOwn)
            : base(libsbmlPINVOKE.Species_SWIGUpcast(cPtr), cMemoryOwn)
        {
            //super(libsbmlPINVOKE.SpeciesUpcast(cPtr), cMemoryOwn);
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

Species::Species ( SBMLNamespaces sbmlns ) : System
Species::Species ( Species orig ) : System
Species::Species ( long level, long version ) : System