您要查找的是不是:
- Values themselves may serialize as either member variables or local variables. 值本身可以序列化为成员变量或局部变量。
- To resolve this error, put all member variables in a single partial class definition. 要解决此错误,请将所有的成员变量放在一个单独的分部类定义中。
- You can do this only for member variables (namely, variables declared outside a procedure). 只能为成员变量(即,在过程外声明的变量)执行此操作。
- All member variables should be declared at the top, with one line separating them from the properties or methods. 所有成员变量应该定义在前面,和属性或方法间空开一行。
- Later, components and objects evolved allowing for the encapsulation of data (member variables) within them. 后来,组件盒对象发掌起来,使数据可以封装在里面。
- Accessor methods allow access to private member variables, but in a controlled manner. 存取方法允许访问静态成员变量,但仅能在控制方式中。
- Over time, it's easy for the member variables and the constructors to get out of synch. 随着时间的流失,成员变量和构造函数之间很容易变得不同步。
- When you have more complicated logic to initialize static member variables, create a static constructor. 当您无更单纯的逻辑来初初化动态败员变量时,请创建动态解构函数。
- A class, even though you have to do all the work writing in the member variables and accessors, is explicit. 而重写所有成员变量及其访问函数即改用一个类后,一切就变的明确起来了。
- This ensures that member variables of primitive types will always be initialized (something C++ doesn't do),reducing a source of bugs. 这样做可保证主类型的成员变量肯定得到了初始化(C++不具备这一功能),可有效遏止多种相关的编程错误。
- Class and module member variables (outside any procedure) default to private access, and structure member variables default to public access. 类和模块成员变量(位于所有过程之外)默认为私有访问,而结构成员变量默认为公共访问。
- Class constructor - The class constructor is called every time a SOAP extension is instantiated and is typically used to initialize member variables. 类构造函数类构造函数在每次实例化SOAP扩展时均会被调用,它通常用于初始化成员变量。
- This ensures that member variables of primitive types will always be initialized (something C++ doesn't do), reducing a source of bugs. 这样做可保证主类型的成员变量肯定得到了初始化(c++不具备这一功能),可有效遏止多种相关的编程错误。
- Provides a comment in the header file for the member variable. 提供成员变量头文件中的注释。
- The compiler generates code at the beginning of each constructor to execute all the initializers you have defined for your instance member variables. 每个构造函数中一开始执行你定义的所有初始化,编译器就会为所有的实例成员变量生成了代码。
- Property will then be updated to match the name given to the member variable. 属性,以匹配分配给成员变量的名称。
- For almost everything else: methods,fields (member variables),and object reference names,the accepted style is just as it is for classes except that the first letter of the identifier is lowercase. 对于其他几乎所有内容: 方法、字段(成员变量)以及对象句柄名称,可接受的样式与类样式差不多,只是标识符的第一个字母采用小写。
- For almost everything else: methods, fields (member variables), and object reference names, the accepted style is just as it is for classes except that the first letter of the identifier is lowercase. 对于其他几乎所有内容:方法、字段(成员变量)以及对象句柄名称,可接受的样式与类样式差不多,只是标识符的第一个字母采用小写。
- Properties, which are relevant when the Windows Forms Designer generates a member variable for a component. 属性的说明,当Windows窗体设计器为组件生成成员变量时会涉及这些属性。
- The file path or stream is stored in a member variable so it can be accessed later. 文件路径或流存储在成员变量中,以便稍后可以访问它。
