Exemple #1
0
        private bool RemoveExcludeTag(string tag)
        {
            if (!ExcludeTags.Contains(tag))
            {
                return(false);
            }

            return(ExcludeTags.Remove(tag));
        }