libsbmlcs.ListOfEvents.ListOfEvents C# (CSharp) Метод

ListOfEvents() публичный Метод

public ListOfEvents ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
Результат System
        public ListOfEvents(SBMLNamespaces sbmlns)
            : this(libsbmlPINVOKE.new_ListOfEvents__SWIG_1(SBMLNamespaces.getCPtr(sbmlns)), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

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