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

            ExcludeTags.Add(tag);

            return(true);
        }