libsbml.SBMLConverterRegistry.getInstance C# (CSharp) Method

getInstance() public static method

public static getInstance ( ) : SBMLConverterRegistry
return SBMLConverterRegistry
        public static SBMLConverterRegistry getInstance()
        {
            SBMLConverterRegistry ret = new SBMLConverterRegistry(libsbmlPINVOKE.SBMLConverterRegistry_getInstance(), false);
            return ret;
        }