struct members 中文意思是什麼

struct members 解釋
結構成員
  1. After this call, the struct is considered to be definitely assigned ; that is, all of its members are initialized to their default values

    此調用后,該結構被認為已被明確賦值;也就是說該結構的所有成員均已初始化為各自的默認值。
  2. Struct members cannot be protected because the struct cannot be inherited

    結構成員無法受保護,因為無法繼承結構。
  3. Extract interface is a refactoring operation that provides an easy way to create a new interface with members that originate from an existing class, struct, or interface

    「提取介面」是一項重構操作,提供了一種使用來自現有類、結構或介面的成員創建新介面的簡單方法。
  4. For that reason, struct members cannot be declared as

    因此,結構成員無法聲明為
  5. Class or struct members can be declared with one of five types of access

    可以使用五種訪問類型之一來聲明類成員或結構成員。
  6. A default constructor is always provided to initialize the struct members to their default values

    總是提供默認構造函數以將結構成員初始化為它們的默認值。
  7. The fixed array can take any of the attributes or modifiers that are allowed for regular struct members

    可選的聲明信息。有關屬性和屬性類的更多信息,請參見
分享友人