libsbml.SBase.writeExtensionElements C# (CSharp) Method

writeExtensionElements() public method

public writeExtensionElements ( XMLOutputStream stream ) : void
stream XMLOutputStream
return void
        public new void writeExtensionElements(XMLOutputStream stream)
        {
            libsbmlPINVOKE.SBase_writeExtensionElements(swigCPtr, XMLOutputStream.getCPtr(stream));
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }
SBase