Ejemplo n.º 1
0
        public override object VisitComment(CommentContext context)
        {
            if (_currentClass != null || _currentEnum != null)
            {
                _currentComment = context.GetText();
            }

            return(null);
        }