What is specifically out of scope?
哪些事情是超出范围的?
Functional issues are out of scope for this article.
功能性问题超出了本文的范围。
The temporary buffer object goes out of scope and is eventually garbage collected.
创建一个临时直接字节缓冲区对象。
These special methods are guaranteed to be called each time an object of the type is created or goes out of scope, respectively.
这些特殊的方法去分别保 证每次这种类型的对象在创建或者超出了范围时被调用。
Once the context object goes out of scope, which like a database connection should be very quickly, the data objects essentially become read-only.
就像数据库连接那样应该非常快,一旦该上下文对象超出范围,数据对象实质上就进入只读状态。
A weak reference object will keep a reference to an object that went out of scope or was set to null, until it is actually deleted by the garbage collector.
一个弱引用对象将会保持一个指向一个超出作用域或者被置空的对象的引用,直到它确实被垃圾回收删除。
If you declare them inside a method, they will go out of scope as soon as the method finishes running and the garbage collector will be able to reallocate the memory.
如果在方法内部声明这些变量,则变量将在此方法运行完以后超出范围,垃圾回收器将可以重新分配内存。

词典释义: