type constructor
常見例句
- A runtime thread must acquire this lock before invoking the type constructor.
運(yùn)行庫線程必須在調(diào)用類型構(gòu)造函數(shù)之前獲得此鎖。
blog.sina.com.cn - Another behavior unique to type constructors is how the runtime manages exceptions in a type constructor.
類型構(gòu)造函數(shù)的另一個獨(dú)特行為是運(yùn)行庫管理類型構(gòu)造函數(shù)中的異常的方式。 - The second scenario is when a type has a initializer for a static field, in which case the compiler adds a type constructor behind the scenes.
第二種情況是,類型具有一個用于靜態(tài)字段的初始值設(shè)定項(xiàng),在這種情況下,編譯器會在后臺添加類型構(gòu)造函數(shù)。
blog.sina.com.cn 返回 type constructor