Пример #1
0
        public bool IsAgentAttributeShouldReturnCorrectValue(string tagName)
        {
            var tag = new KeyValuePair <string, object>(tagName, null);

            return(tag.IsAgentAttribute());
        }