Object not initialized的意思|示意

美 / / 英 / /

未初始化的对象


Object not initialized的网络常见释义

目标对象未初始化 ... 对象初始化表达式 object initialization expressions 目标对象未初始化 object not initialized 对象与集合初始化器 Object and Collection Initializers ...

Object not initialized相关例句

This means that an object is initialized with a value and not reassigned.

这意味着用一个值初始化对象,以后不再重新赋值。

It is not possible for an object or collection initializer to refer to the object instance being initialized.

对于某个对象或集合的构造者而言,引用该对象实例进行初始化是不可能的。

Because the new instance of the object is initialized to zero and no constructors are run, the object might not represent a state that is regarded as valid by that object.

因为物件的新执行个体会初始化为零,并且建构函式不会执行,所以物件可能不会表示由该物件视为有效的状态。

The Discussions object has already been initialized, and can not be reinitialized.

讨论对象已经初始化,并且不能重新初始化。

Because it is not, thread 2 returns the instance reference to a fully constructed, but partially initialized, Singleton object.

因为实例不为null,线程2将instance引用返回给一个构造完整但部分初始化了的Singleton对象。

Both of your cases checks if the object is equal to nil (is not initialized) and both will work.

你的两例检查对象是否等于零(未初始化),将工作。