libsbml.SBase.prependStringToAllIdentifiers C# (CSharp) Method

prependStringToAllIdentifiers() public method

public prependStringToAllIdentifiers ( string prefix ) : int
prefix string
return int
        public new int prependStringToAllIdentifiers(string prefix)
        {
            int ret = libsbmlPINVOKE.SBase_prependStringToAllIdentifiers(swigCPtr, prefix);
            return ret;
        }
SBase