libsbml.ListOf.ListOf C# (CSharp) Method

ListOf() public method

public ListOf ( ) : System
return System
        public ListOf()
            : this(libsbmlPINVOKE.new_ListOf__SWIG_2(), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

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