A shallow copy creates a new instance of the same type as the original object, and then copies the nonstatic fields of the original object.
浅表副本创建与原始对象具有相同类型的新实例,然后复制原始对象的非静态字段。
One thing to note about the static keyword is that it doesn't work the same as how this works in the nonstatic context.
有关static关键字需要注意一点,它的工作方式与在非静态上下文中的工作方式不同。
This includes publishing references to nonstatic inner classes, and generally precludes starting threads from within a constructor.
这包括发布对nonstatic内部类的引用,并一般要避免在构造函数中启动线程。
An instance is needed to take the address of nonstatic data members of a managed class or interface.
需要某实例来获取托管类或接口的非静态数据成员的地址。
Going the other way (from nonstatic to static or nontransient to transient) or deleting fields requires additional massaging, depending on the degree of backward compatibility you require.
The temperature of a three dimensional nonstatic black hole is given. The compensate effect under time scale transformation in the space time is studied.
给出了三维黑洞温度,研究了该时空时间尺度变换的补偿效应。
However, placing an inheritance demand on any nonstatic method in the base class has the same effect as an inheritance demand on the class.
然而,对基类中的任何非静态方法提出继承要求与对类提出继承要求的效果相同。
Or, a nonstatic member function was called from outside the class as a static function.
或是,非静态的成员函式被当做静态函式从类别外呼叫。
Standard C allows for the initialization of an object or variable with an expression involving a reference to itself, but only for objects of nonstatic extent.