Пример #1
0
        public override ISet <Namespace> GetDescriptor(Namespace instance, Interpreter.AnalysisUnit unit)
        {
            if (_boundMethod == null)
            {
                _boundMethod = new BoundBuiltinMethodInfo(this);
            }

            return(_boundMethod.SelfSet);
        }
Пример #2
0
        public override ISet<Namespace> GetDescriptor(Namespace instance, Interpreter.AnalysisUnit unit)
        {
            if (_boundMethod == null) {
                _boundMethod = new BoundBuiltinMethodInfo(this);
            }

            return _boundMethod.SelfSet;
        }