A.System Base
B.System Type
C.System Int32
D.System Value
您可能感興趣的試卷
你可能感興趣的試題
A.internal
B.protected
C.private
D.public
E.internal protected
接口IMyInterface中只包含一個屬性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{};}
A.[Bits]
B.[Tags]
C.[Int32]
D.[Flags]
A.GetHashCode
B.Typeof
C.Parse
D.ToString
A.程序集名稱
B.程序集引用的的文件列表
C.本模塊代碼
D.本模塊中聲明的數(shù)據(jù)類型信息
最新試題
在程序中創(chuàng)建一個DataSet對象ds和一個SqlDataAdapter對象dap,若要將數(shù)據(jù)庫中的Singer表的數(shù)據(jù)填充至ds對象的SingerList表中,則下列語句正確的是()
在C#中,定義命名空間的關(guān)鍵字是()
使用C#開發(fā)數(shù)據(jù)庫應(yīng)用程序,為了訪問和操作數(shù)據(jù)庫,ADO.Net提供了兩個重要的組件()
在C#WinForm中,用于創(chuàng)建工具欄的控件是()
以下哪些控件可以實現(xiàn)單選按鈕的分組()
以下是TextBox控件常用事件的是()
在WinForms窗體中,單選按鈕(RadioButton)控件的()屬性用于獲取或設(shè)置控件是否已選中。
在C#WinForms程序中,以下不屬于Label屬性的一項是()
以下屬于Command對象的方法是()
在C#WinForms程序中,以下關(guān)于Timer控件說法正確的是()