libsbml.SBase.prependStringToAllIdentifiers C# (CSharp) 메소드

prependStringToAllIdentifiers() 공개 메소드

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