MongoDB.MapReduce.Scope C# (CSharp) Метод

Scope() публичный Метод

Document where fields go into javascript global scope
public Scope ( Document scope ) : MapReduce
scope Document
Результат MapReduce
        public MapReduce Scope(Document scope)
        {
            TryModify();
            Command.Scope = scope;
            return this;
        }