libsbml.XMLTriple.isEmpty C# (CSharp) Method

isEmpty() public method

public isEmpty ( ) : bool
return bool
        public bool isEmpty()
        {
            bool ret = libsbmlPINVOKE.XMLTriple_isEmpty(swigCPtr);
            return ret;
        }