struct
名词 n.
英文释义
名词 n.
-
A data structure, especially one that serves to group a number of fields (in contrast to an object-oriented class with methods) or one that is passed by value rather than by reference.
— Note that because structs are value types, the new operator does not work in the same way as it does for classes and other reference types.
词形变化
词源
Abbreviation of structure, used as a keyword in the C programming language and its descendants.
0 次浏览
数据来源: Wiktionary