Пример #1
0
        public IEnumerable <KeyValuePair <string, bool> > GetAvailableScopesAndKind()
        {
            if (_activeEvaluator != null)
            {
                return(_activeEvaluator.GetAvailableScopesAndKind());
            }

            return(new KeyValuePair <string, bool> [0]);
        }