RemoveMatch() private méthode

private RemoveMatch ( int cap ) : void
cap int
Résultat void
Exemple #1
0
        /*
         * Called by Go() to revert the last capture
         */
        protected void Uncapture()
        {
            int capnum = Popcrawl();

            _runmatch.RemoveMatch(capnum);
        }