Kimono.KReplace.NumReplacements C# (CSharp) Метод

NumReplacements() публичный Метод

Return the number of replacements made (i.e. the number of times the replace signal was emitted). Can be used in a dialog box to tell the user how many replacements were made. The final dialog does so already, unless you used setDisplayFinalDialog(false).
public NumReplacements ( ) : int
Результат int
        public int NumReplacements()
        {
            return (int) interceptor.Invoke("numReplacements", "numReplacements() const", typeof(int));
        }