單項(xiàng)選擇題通用類型系統(tǒng)中的一切值類型都是繼承自()。

A.System Base
B.System Type
C.System Int32
D.System Value


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題

接口IMyInterface中只包含一個(gè)屬性MyName.該屬性滿足:
               公有 
              可讀可寫
              字符串類刑
則該接口的定義應(yīng)為()

A.interface MyInterface{string MyName{get;set;}}
B.interface MyInterface{int MyName{get;set;}}
C.interface MyInterface{string MyName{get{}set{}}
D.interface MyInterface{string MyName{get{};set{};}

5.單項(xiàng)選擇題一個(gè)多文件程序集中包含1個(gè)程序集清單文件、3個(gè)模塊文件和2個(gè)資源文件。下列哪些信息包含在模塊文件的元數(shù)據(jù)中?()

A.程序集名稱
B.程序集引用的的文件列表
C.本模塊代碼
D.本模塊中聲明的數(shù)據(jù)類型信息